#F09207
A medium, vivid orange closely aligning with Orange.
About #F09207
At its core, #F09207 is a medium and vivid hue. Its closest recognized web color is Orange. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 146, and 7.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 39% M, 97% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F09207
RGB240, 146, 7
HSL35.8°, 94.3%, 48.4%
CMYK0%, 39%, 97%, 6%
HSV35.8°, 97.1%, 94.1%
LAB68.8, 27.7, 73.2
XYZ46.3, 39.1, 5.3
Decimal15766023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.82:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F09207;
}
.text-color {
color: #F09207;
}
.border-color {
border: 2px solid #F09207;
}