#F0D366
A light, vivid yellow closely aligning with Khaki.
About #F0D366
At its core, #F0D366 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(240, 211, 102).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 12% magenta, 57% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
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#F0D366
RGB240, 211, 102
HSL47.4°, 82.1%, 67.1%
CMYK0%, 12%, 57%, 6%
HSV47.4°, 57.5%, 94.1%
LAB85.0, -2.7, 56.7
XYZ61.6, 66.1, 22.1
Decimal15782758
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.21:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0D366;
}
.text-color {
color: #F0D366;
}
.border-color {
border: 2px solid #F0D366;
}