#FFBD50
A light, vivid orange closely aligning with Goldenrod.
About #FFBD50
Visually, #FFBD50 is defined as a vivid orange. It is closely associated with the named CSS color Goldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 189, 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 26% magenta inks. With a hue angle of 37.4 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFBD50
RGB255, 189, 80
HSL37.4°, 100.0%, 65.7%
CMYK0%, 26%, 69%, 0%
HSV37.4°, 68.6%, 100.0%
LAB80.9, 13.5, 62.3
XYZ60.9, 58.2, 15.6
Decimal16760144
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.65:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBD50;
}
.text-color {
color: #FFBD50;
}
.border-color {
border: 2px solid #FFBD50;
}