#FFF01D
A medium, vivid yellow closely aligning with Yellow.
About #FFF01D
The precise color #FFF01D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Yellow. This translates to an RGB value of rgb(255, 240, 29).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 6% M, 89% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFF01D
RGB255, 240, 29
HSL56.0°, 100.0%, 55.7%
CMYK0%, 6%, 89%, 0%
HSV56.0°, 88.6%, 100.0%
LAB93.3, -14.0, 88.8
XYZ72.6, 83.7, 13.5
Decimal16773149
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.73:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF01D;
}
.text-color {
color: #FFF01D;
}
.border-color {
border: 2px solid #FFF01D;
}