#F0CCA0
A light, vivid orange closely aligning with Navajowhite.
About #F0CCA0
The hex code #F0CCA0 represents a beautifully specific shade of orange. Designers often compare it to the standard color Navajowhite. In the RGB color space, it consists of 240 red, 204 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 15% Magenta, 33% Yellow, and 6% Black. The HSL representation is 33.0° hue, 72.7% saturation, and 78.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0CCA0
RGB240, 204, 160
HSL33.0°, 72.7%, 78.4%
CMYK0%, 15%, 33%, 6%
HSV33.0°, 33.3%, 94.1%
LAB84.1, 6.5, 26.7
XYZ63.9, 64.2, 42.3
Decimal15781024
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.85:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0CCA0;
}
.text-color {
color: #F0CCA0;
}
.border-color {
border: 2px solid #F0CCA0;
}