#F8CC75
A light, vivid orange closely aligning with Khaki.
About #F8CC75
The precise color #F8CC75 is an excellent choice for modern design projects. It is closely associated with the named CSS color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 204, and 117.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 18% M, 53% Y, and 3% K. The HSL representation is 39.8° hue, 90.3% saturation, and 71.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8CC75
RGB248, 204, 117
HSL39.8°, 90.3%, 71.6%
CMYK0%, 18%, 53%, 3%
HSV39.8°, 52.8%, 97.3%
LAB84.2, 5.3, 48.8
XYZ63.5, 64.4, 25.9
Decimal16305269
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.89:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8CC75;
}
.text-color {
color: #F8CC75;
}
.border-color {
border: 2px solid #F8CC75;
}