#FFCC92
A light, vivid orange closely aligning with Burlywood.
About #FFCC92
At its core, #FFCC92 is a light and vivid hue. Its closest recognized web color is Burlywood. This translates to an RGB value of rgb(255, 204, 146).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 20% magenta, 43% yellow, and 0% black. The HSL representation is 31.9° hue, 100.0% saturation, and 78.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#FFCC92
RGB255, 204, 146
HSL31.9°, 100.0%, 78.6%
CMYK0%, 20%, 43%, 0%
HSV31.9°, 42.7%, 100.0%
LAB85.3, 10.8, 35.7
XYZ68.0, 66.5, 36.4
Decimal16764050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.30:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFCC92;
}
.text-color {
color: #FFCC92;
}
.border-color {
border: 2px solid #FFCC92;
}