#F0E9DB
A very light, moderate orange closely aligning with Linen.
About #F0E9DB
Visually, #F0E9DB is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Linen. Its digital footprint relies on 240 parts red, 233 parts green, and 219 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 3% Magenta, 9% Yellow, and 6% Black. With a hue angle of 40.0 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0E9DB
RGB240, 233, 219
HSL40.0°, 41.2%, 90.0%
CMYK0%, 3%, 9%, 6%
HSV40.0°, 8.8%, 94.1%
LAB92.5, 0.0, 7.6
XYZ77.9, 81.9, 78.7
Decimal15788507
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: #F0E9DB;
}
.text-color {
color: #F0E9DB;
}
.border-color {
border: 2px solid #F0E9DB;
}