#F8CC92
A light, vivid orange closely aligning with Burlywood.
About #F8CC92
Visually, #F8CC92 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Burlywood. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 204, and 146.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 18% Magenta, 41% Yellow, and 3% Black. With a hue angle of 34.1 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8CC92
RGB248, 204, 146
HSL34.1°, 87.9%, 77.3%
CMYK0%, 18%, 41%, 3%
HSV34.1°, 41.1%, 97.3%
LAB84.6, 8.0, 34.7
XYZ65.5, 65.2, 36.3
Decimal16305298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.04:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8CC92;
}
.text-color {
color: #F8CC92;
}
.border-color {
border: 2px solid #F8CC92;
}