#A0750F
A dark, vivid orange closely aligning with Darkgoldenrod.
About #A0750F
At its core, #A0750F is a dark and vivid hue. It is closely associated with the named CSS color Darkgoldenrod. In the RGB color space, it consists of 160 red, 117 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 27% M, 91% Y, and 37% K. With a hue angle of 42.2 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0750F
RGB160, 117, 15
HSL42.2°, 82.9%, 34.3%
CMYK0%, 27%, 91%, 37%
HSV42.2°, 90.6%, 62.7%
LAB52.1, 8.5, 55.4
XYZ20.9, 20.2, 3.3
Decimal10515727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.16:1
Text on #FFFFFF
AA Large
5.05:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A0750F;
}
.text-color {
color: #A0750F;
}
.border-color {
border: 2px solid #A0750F;
}