#FFF866
A light, vivid yellow closely aligning with Gold.
About #FFF866
Visually, #FFF866 is defined as a vivid yellow. Its closest recognized web color is Gold. In the RGB color space, it consists of 255 red, 248 green, and 102 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 3% Magenta, 60% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#FFF866
RGB255, 248, 102
HSL57.3°, 100.0%, 70.0%
CMYK0%, 3%, 60%, 0%
HSV57.3°, 60.0%, 100.0%
LAB95.7, -15.1, 69.0
XYZ77.2, 89.4, 25.7
Decimal16775270
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.11:1
Text on #FFFFFF
FAIL
18.87:1
Text on #000000
AAA
1.06:1
Text on #F8FAFC
FAIL
16.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF866;
}
.text-color {
color: #FFF866;
}
.border-color {
border: 2px solid #FFF866;
}