#F88A07
A medium, vivid orange closely aligning with Darkorange.
About #F88A07
The hex code #F88A07 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Darkorange. This translates to an RGB value of rgb(248, 138, 7).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 44% Magenta, 97% Yellow, and 3% 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. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F88A07
RGB248, 138, 7
HSL32.6°, 94.5%, 50.0%
CMYK0%, 44%, 97%, 3%
HSV32.6°, 97.2%, 97.3%
LAB68.1, 35.1, 73.2
XYZ47.8, 38.1, 5.0
Decimal16288263
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.63:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88A07;
}
.text-color {
color: #F88A07;
}
.border-color {
border: 2px solid #F88A07;
}