#F8660F
A medium, vivid orange closely aligning with Orangered.
About #F8660F
Visually, #F8660F is defined as a vivid orange. Its closest recognized web color is Orangered. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 102, and 15.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 59% Magenta, 94% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8660F
RGB248, 102, 15
HSL22.4°, 94.3%, 51.6%
CMYK0%, 59%, 94%, 3%
HSV22.4°, 94.0%, 97.3%
LAB61.2, 52.6, 67.5
XYZ43.5, 29.5, 3.8
Decimal16279055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.90:1
Text on #000000
AA
2.91:1
Text on #F8FAFC
FAIL
5.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8660F;
}
.text-color {
color: #F8660F;
}
.border-color {
border: 2px solid #F8660F;
}