#F86D3A
A light, vivid orange closely aligning with Coral.
About #F86D3A
At its core, #F86D3A is a light and vivid hue. Its closest recognized web color is Coral. This translates to an RGB value of rgb(248, 109, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 56% Magenta, 77% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F86D3A
RGB248, 109, 58
HSL16.1°, 93.1%, 60.0%
CMYK0%, 56%, 77%, 3%
HSV16.1°, 76.6%, 97.3%
LAB62.7, 50.4, 53.1
XYZ44.9, 31.2, 7.7
Decimal16280890
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.24:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F86D3A;
}
.text-color {
color: #F86D3A;
}
.border-color {
border: 2px solid #F86D3A;
}