#FFB63A
A light, vivid orange closely aligning with Goldenrod.
About #FFB63A
When working with digital screens, the color #FFB63A is rendered by mixing light. Its closest recognized web color is Goldenrod. This translates to an RGB value of rgb(255, 182, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 29% magenta inks. With a hue angle of 37.8 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFB63A
RGB255, 182, 58
HSL37.8°, 100.0%, 61.4%
CMYK0%, 29%, 77%, 0%
HSV37.8°, 77.3%, 100.0%
LAB79.1, 16.2, 69.3
XYZ58.7, 55.0, 11.5
Decimal16758330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.00:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFB63A;
}
.text-color {
color: #FFB63A;
}
.border-color {
border: 2px solid #FFB63A;
}