#F6935F
A light, vivid orange closely aligning with Lightsalmon.
About #F6935F
Visually, #F6935F is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Lightsalmon. This translates to an RGB value of rgb(246, 147, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 40% Magenta, 61% Yellow, and 4% Black. The HSL representation is 20.7° hue, 89.3% saturation, and 66.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F6935F
RGB246, 147, 95
HSL20.7°, 89.3%, 66.9%
CMYK0%, 40%, 61%, 4%
HSV20.7°, 61.4%, 96.5%
LAB70.4, 32.7, 43.1
XYZ50.5, 41.3, 16.1
Decimal16159583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.26:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F6935F;
}
.text-color {
color: #F6935F;
}
.border-color {
border: 2px solid #F6935F;
}