#F8A80F
A medium, vivid orange closely aligning with Orange.
About #F8A80F
The hex code #F8A80F represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Orange. This translates to an RGB value of rgb(248, 168, 15).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 32% M, 94% Y, and 3% K. With a hue angle of 39.4 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8A80F
RGB248, 168, 15
HSL39.4°, 94.3%, 51.6%
CMYK0%, 32%, 94%, 3%
HSV39.4°, 94.0%, 97.3%
LAB74.8, 19.5, 76.7
XYZ52.8, 48.0, 6.9
Decimal16295951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.60:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8A80F;
}
.text-color {
color: #F8A80F;
}
.border-color {
border: 2px solid #F8A80F;
}