#FFCC6D
A light, vivid orange closely aligning with Khaki.
About #FFCC6D
The hex code #FFCC6D represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(255, 204, 109).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 20% Magenta, 57% Yellow, and 0% Black. The HSL representation is 39.0° hue, 100.0% saturation, and 71.4% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFCC6D
RGB255, 204, 109
HSL39.0°, 100.0%, 71.4%
CMYK0%, 20%, 57%, 0%
HSV39.0°, 57.3%, 100.0%
LAB84.8, 7.5, 53.5
XYZ65.6, 65.5, 23.7
Decimal16764013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.11:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFCC6D;
}
.text-color {
color: #FFCC6D;
}
.border-color {
border: 2px solid #FFCC6D;
}