#F03300
A medium, vivid red closely aligning with Orangered.
About #F03300
When working with digital screens, the color #F03300 is rendered by mixing light. Its closest recognized web color is Orangered. Its digital footprint relies on 240 parts red, 51 parts green, and 0 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 79% Magenta, 100% Yellow, and 6% Black. The HSL representation is 12.8° hue, 100.0% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F03300
RGB240, 51, 0
HSL12.8°, 100.0%, 47.1%
CMYK0%, 79%, 100%, 6%
HSV12.8°, 100.0%, 94.1%
LAB52.8, 68.8, 65.2
XYZ37.1, 20.9, 2.1
Decimal15741696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F03300;
}
.text-color {
color: #F03300;
}
.border-color {
border: 2px solid #F03300;
}