#F0D300
A medium, vivid yellow closely aligning with Gold.
About #F0D300
Visually, #F0D300 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Gold. This translates to an RGB value of rgb(240, 211, 0).
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 12% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#F0D300
RGB240, 211, 0
HSL52.8°, 100.0%, 47.1%
CMYK0%, 12%, 100%, 6%
HSV52.8°, 100.0%, 94.1%
LAB84.5, -6.3, 84.8
XYZ59.2, 65.1, 9.4
Decimal15782656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.02:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0D300;
}
.text-color {
color: #F0D300;
}
.border-color {
border: 2px solid #F0D300;
}