#FF3300
A medium, vivid red closely aligning with Orangered.
About #FF3300
At its core, #FF3300 is a medium and vivid hue. Its closest recognized web color is Orangered. Its digital footprint relies on 255 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, 80% Magenta, 100% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#FF3300
RGB255, 51, 0
HSL12.0°, 100.0%, 50.0%
CMYK0%, 80%, 100%, 0%
HSV12.0°, 100.0%, 100.0%
LAB55.7, 73.0, 68.2
XYZ42.4, 23.6, 2.3
Decimal16724736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.67:1
Text on #FFFFFF
AA Large
5.73:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3300;
}
.text-color {
color: #FF3300;
}
.border-color {
border: 2px solid #FF3300;
}