#F8C592
A light, vivid orange closely aligning with Burlywood.
About #F8C592
Visually, #F8C592 is defined as a vivid orange. It is closely associated with the named CSS color Burlywood. Its digital footprint relies on 248 parts red, 197 parts green, and 146 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 21% magenta inks. The HSL representation is 30.0° hue, 87.9% saturation, and 77.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8C592
RGB248, 197, 146
HSL30.0°, 87.9%, 77.3%
CMYK0%, 21%, 41%, 3%
HSV30.0°, 41.1%, 97.3%
LAB82.9, 11.7, 32.5
XYZ63.9, 62.0, 35.8
Decimal16303506
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.39:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8C592;
}
.text-color {
color: #F8C592;
}
.border-color {
border: 2px solid #F8C592;
}