#F0CC6D
A light, vivid orange closely aligning with Khaki.
About #F0CC6D
The hex code #F0CC6D represents a beautifully specific shade of orange. It is closely associated with the named CSS color Khaki. In the RGB color space, it consists of 240 red, 204 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 15% Magenta, 55% Yellow, and 6% Black. The HSL representation is 43.5° hue, 81.4% saturation, and 68.4% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0CC6D
RGB240, 204, 109
HSL43.5°, 81.4%, 68.4%
CMYK0%, 15%, 55%, 6%
HSV43.5°, 54.6%, 94.1%
LAB83.3, 1.4, 51.5
XYZ60.3, 62.8, 23.4
Decimal15780973
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.56:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0CC6D;
}
.text-color {
color: #F0CC6D;
}
.border-color {
border: 2px solid #F0CC6D;
}