#FFF007
A medium, vivid yellow closely aligning with Yellow.
About #FFF007
At its core, #FFF007 is a medium and vivid hue. It is closely associated with the named CSS color Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 240, and 7.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 6% M, 97% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFF007
RGB255, 240, 7
HSL56.4°, 100.0%, 51.4%
CMYK0%, 6%, 97%, 0%
HSV56.4°, 97.3%, 100.0%
LAB93.3, -14.3, 91.2
XYZ72.4, 83.6, 12.5
Decimal16773127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.72:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF007;
}
.text-color {
color: #FFF007;
}
.border-color {
border: 2px solid #FFF007;
}