#F0D350
A light, vivid yellow closely aligning with Goldenrod.
About #F0D350
At its core, #F0D350 is a light and vivid hue. Its closest recognized web color is Goldenrod. This translates to an RGB value of rgb(240, 211, 80).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 12% Magenta, 67% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0D350
RGB240, 211, 80
HSL49.1°, 84.2%, 62.7%
CMYK0%, 12%, 67%, 6%
HSV49.1°, 66.7%, 94.1%
LAB84.8, -4.1, 66.0
XYZ60.7, 65.7, 17.1
Decimal15782736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.14:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0D350;
}
.text-color {
color: #F0D350;
}
.border-color {
border: 2px solid #F0D350;
}