#FFF800
A medium, vivid yellow closely aligning with Yellow.
About #FFF800
At its core, #FFF800 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Yellow. This translates to an RGB value of rgb(255, 248, 0).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 3% magenta inks. With a hue angle of 58.4 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFF800
RGB255, 248, 0
HSL58.4°, 100.0%, 50.0%
CMYK0%, 3%, 100%, 0%
HSV58.4°, 100.0%, 100.0%
LAB95.3, -18.2, 93.2
XYZ74.8, 88.4, 13.1
Decimal16775168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.68:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
15.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF800;
}
.text-color {
color: #FFF800;
}
.border-color {
border: 2px solid #FFF800;
}