#AF8300
A dark, vivid orange closely aligning with Darkgoldenrod.
About #AF8300
The hex code #AF8300 represents a beautifully specific shade of orange. Its closest recognized web color is Darkgoldenrod. This translates to an RGB value of rgb(175, 131, 0).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 25% magenta, 100% yellow, and 31% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF8300
RGB175, 131, 0
HSL44.9°, 100.0%, 34.3%
CMYK0%, 25%, 100%, 31%
HSV44.9°, 100.0%, 68.6%
LAB57.4, 7.3, 62.8
XYZ25.8, 25.3, 3.5
Decimal11502336
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.07:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF8300;
}
.text-color {
color: #AF8300;
}
.border-color {
border: 2px solid #AF8300;
}