#F0996D
A light, vivid orange closely aligning with Lightsalmon.
About #F0996D
At its core, #F0996D is a light and vivid hue. If you're using CSS, you might find it aligns closely with Lightsalmon. In the RGB color space, it consists of 240 red, 153 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 36% magenta inks. The HSL representation is 20.2° hue, 81.4% saturation, and 68.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0996D
RGB240, 153, 109
HSL20.2°, 81.4%, 68.4%
CMYK0%, 36%, 55%, 6%
HSV20.2°, 54.6%, 94.1%
LAB71.2, 28.2, 36.5
XYZ50.1, 42.4, 20.0
Decimal15767917
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.48:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0996D;
}
.text-color {
color: #F0996D;
}
.border-color {
border: 2px solid #F0996D;
}