#F0CC99
A light, vivid orange closely aligning with Navajowhite.
About #F0CC99
The precise color #F0CC99 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Navajowhite. This translates to an RGB value of rgb(240, 204, 153).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 15% M, 36% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0CC99
RGB240, 204, 153
HSL35.2°, 74.4%, 77.1%
CMYK0%, 15%, 36%, 6%
HSV35.2°, 36.2%, 94.1%
LAB84.0, 5.7, 30.1
XYZ63.3, 64.0, 39.2
Decimal15781017
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.80:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0CC99;
}
.text-color {
color: #F0CC99;
}
.border-color {
border: 2px solid #F0CC99;
}