#F8993A
A light, vivid orange closely aligning with Darkorange.
About #F8993A
The hex code #F8993A represents a beautifully specific shade of orange. Its closest recognized web color is Darkorange. Its digital footprint relies on 248 parts red, 153 parts green, and 58 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 38% M, 77% Y, and 3% K. With a hue angle of 30.0 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8993A
RGB248, 153, 58
HSL30.0°, 93.1%, 60.0%
CMYK0%, 38%, 77%, 3%
HSV30.0°, 76.6%, 97.3%
LAB71.6, 28.4, 61.9
XYZ50.9, 43.0, 9.6
Decimal16292154
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.61:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8993A;
}
.text-color {
color: #F8993A;
}
.border-color {
border: 2px solid #F8993A;
}