#AF7C00
A dark, vivid orange closely aligning with Darkgoldenrod.
About #AF7C00
At its core, #AF7C00 is a dark and vivid hue. Designers often compare it to the standard color Darkgoldenrod. In the RGB color space, it consists of 175 red, 124 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 29% Magenta, 100% Yellow, and 31% Black. The HSL representation is 42.5° hue, 100.0% saturation, and 34.3% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF7C00
RGB175, 124, 0
HSL42.5°, 100.0%, 34.3%
CMYK0%, 29%, 100%, 31%
HSV42.5°, 100.0%, 68.6%
LAB55.6, 11.2, 61.6
XYZ24.9, 23.5, 3.2
Decimal11500544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.68:1
Text on #FFFFFF
AA Large
5.71:1
Text on #000000
AA
3.52:1
Text on #F8FAFC
AA Large
4.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7C00;
}
.text-color {
color: #AF7C00;
}
.border-color {
border: 2px solid #AF7C00;
}