#F08A07
A medium, vivid orange closely aligning with Darkorange.
About #F08A07
The precise color #F08A07 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkorange. This translates to an RGB value of rgb(240, 138, 7).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 43% magenta, 97% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#F08A07
RGB240, 138, 7
HSL33.7°, 94.3%, 48.4%
CMYK0%, 43%, 97%, 6%
HSV33.7°, 97.1%, 94.1%
LAB67.1, 31.8, 72.0
XYZ45.1, 36.7, 4.9
Decimal15763975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.34:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F08A07;
}
.text-color {
color: #F08A07;
}
.border-color {
border: 2px solid #F08A07;
}