#F8FF16
A medium, vivid yellow closely aligning with Yellow.
About #F8FF16
At its core, #F8FF16 is a medium and vivid hue. Its closest recognized web color is Yellow. This translates to an RGB value of rgb(248, 255, 22).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 3% cyan and 0% magenta inks. The HSL representation is 61.8° hue, 100.0% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8FF16
RGB248, 255, 22
HSL61.8°, 100.0%, 54.3%
CMYK3%, 0%, 91%, 0%
HSV61.8°, 91.4%, 100.0%
LAB96.6, -24.2, 92.1
XYZ74.6, 91.5, 14.5
Decimal16318230
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.09:1
Text on #FFFFFF
FAIL
19.31:1
Text on #000000
AAA
1.04:1
Text on #F8FAFC
FAIL
16.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8FF16;
}
.text-color {
color: #F8FF16;
}
.border-color {
border: 2px solid #F8FF16;
}