#FFBD49
A light, vivid orange closely aligning with Goldenrod.
About #FFBD49
Visually, #FFBD49 is defined as a vivid orange. It is closely associated with the named CSS color Goldenrod. Its digital footprint relies on 255 parts red, 189 parts green, and 73 parts blue light.
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 26% magenta inks. With a hue angle of 38.2 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. 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#FFBD49
RGB255, 189, 73
HSL38.2°, 100.0%, 64.3%
CMYK0%, 26%, 71%, 0%
HSV38.2°, 71.4%, 100.0%
LAB80.8, 13.1, 65.2
XYZ60.6, 58.1, 14.3
Decimal16760137
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.63:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBD49;
}
.text-color {
color: #FFBD49;
}
.border-color {
border: 2px solid #FFBD49;
}