#F0B650
A light, vivid orange closely aligning with Goldenrod.
About #F0B650
When working with digital screens, the color #F0B650 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Goldenrod. In the RGB color space, it consists of 240 red, 182 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 24% magenta, 67% yellow, and 6% black. With a hue angle of 38.3 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0B650
RGB240, 182, 80
HSL38.3°, 84.2%, 62.7%
CMYK0%, 24%, 67%, 6%
HSV38.3°, 66.7%, 94.1%
LAB77.6, 10.9, 58.4
XYZ54.1, 52.6, 14.9
Decimal15775312
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.51:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0B650;
}
.text-color {
color: #F0B650;
}
.border-color {
border: 2px solid #F0B650;
}