#F8E9BD
A very light, vivid orange closely aligning with Wheat.
About #F8E9BD
Visually, #F8E9BD is defined as a vivid orange. Its closest recognized web color is Wheat. Its digital footprint relies on 248 parts red, 233 parts green, and 189 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 6% magenta, 24% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8E9BD
RGB248, 233, 189
HSL44.7°, 80.8%, 85.7%
CMYK0%, 6%, 24%, 3%
HSV44.7°, 23.8%, 97.3%
LAB92.5, -1.6, 23.3
XYZ77.0, 81.9, 59.9
Decimal16312765
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.38:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8E9BD;
}
.text-color {
color: #F8E9BD;
}
.border-color {
border: 2px solid #F8E9BD;
}