#F8D350
A light, vivid yellow closely aligning with Goldenrod.
About #F8D350
Visually, #F8D350 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Goldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 211, and 80.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 15% magenta inks. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8D350
RGB248, 211, 80
HSL46.8°, 92.3%, 64.3%
CMYK0%, 15%, 68%, 3%
HSV46.8°, 67.7%, 97.3%
LAB85.6, -0.8, 67.0
XYZ63.5, 67.1, 17.2
Decimal16307024
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.42:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8D350;
}
.text-color {
color: #F8D350;
}
.border-color {
border: 2px solid #F8D350;
}