#FFF82C
A medium, vivid yellow closely aligning with Yellow.
About #FFF82C
The hex code #FFF82C represents a beautifully specific shade of yellow. Its closest recognized web color is Yellow. Its digital footprint relies on 255 parts red, 248 parts green, and 44 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 3% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#FFF82C
RGB255, 248, 44
HSL58.0°, 100.0%, 58.6%
CMYK0%, 3%, 83%, 0%
HSV58.0°, 82.7%, 100.0%
LAB95.4, -17.6, 87.6
XYZ75.3, 88.6, 15.5
Decimal16775212
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.72:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
15.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF82C;
}
.text-color {
color: #FFF82C;
}
.border-color {
border: 2px solid #FFF82C;
}