#FFBD3A
A light, vivid orange closely aligning with Goldenrod.
About #FFBD3A
At its core, #FFBD3A is a light and vivid hue. Its closest recognized web color is Goldenrod. Its digital footprint relies on 255 parts red, 189 parts green, and 58 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 26% magenta, 77% yellow, and 0% black. With a hue angle of 39.9 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. 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#FFBD3A
RGB255, 189, 58
HSL39.9°, 100.0%, 61.4%
CMYK0%, 26%, 77%, 0%
HSV39.9°, 77.3%, 100.0%
LAB80.7, 12.5, 70.8
XYZ60.2, 58.0, 12.0
Decimal16760122
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.59:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBD3A;
}
.text-color {
color: #FFBD3A;
}
.border-color {
border: 2px solid #FFBD3A;
}