#F0D399
A light, vivid orange closely aligning with Navajowhite.
About #F0D399
When working with digital screens, the color #F0D399 is rendered by mixing light. Designers often compare it to the standard color Navajowhite. This translates to an RGB value of rgb(240, 211, 153).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 12% magenta inks. The HSL representation is 40.0° hue, 74.4% saturation, and 77.1% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0D399
RGB240, 211, 153
HSL40.0°, 74.4%, 77.1%
CMYK0%, 12%, 36%, 6%
HSV40.0°, 36.2%, 94.1%
LAB85.7, 2.1, 32.5
XYZ65.0, 67.4, 39.7
Decimal15782809
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.48:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0D399;
}
.text-color {
color: #F0D399;
}
.border-color {
border: 2px solid #F0D399;
}