#FFD399
A very light, vivid orange closely aligning with Navajowhite.
About #FFD399
At its core, #FFD399 is a very light and vivid hue. It is closely associated with the named CSS color Navajowhite. In the RGB color space, it consists of 255 red, 211 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 17% M, 40% Y, and 0% K. The HSL representation is 34.1° hue, 100.0% saturation, and 80.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#FFD399
RGB255, 211, 153
HSL34.1°, 100.0%, 80.0%
CMYK0%, 17%, 40%, 0%
HSV34.1°, 40.0%, 100.0%
LAB87.1, 7.9, 34.5
XYZ70.3, 70.1, 40.0
Decimal16765849
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.03:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFD399;
}
.text-color {
color: #FFD399;
}
.border-color {
border: 2px solid #FFD399;
}