Shades of Orange Red #F04211
Tints of Orange Red #F04211
RGB
CMYK
RGB Variations
Color information
#F04211 (or 0xF04211) is known color: Orange Red. HEX triplet: F0, 42 and 11. RGB value is (240,66,17). Sum of RGB (Red+Green+Blue) = 240+66+17=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F04211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04211 is #0FBDEE. Grayscale: #707070. Windows color (decimal): -1031663 or 1131248. OLE color: 1131248.
HSL color Cylindrical-coordinate representation of color #F04211: hue angle of 13.18º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F04211 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 17 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.06 |
| HSL | 13.18º | 0.88% | 0.5% | - |
| HSV(B) | 13.18º | 0.93% | 0.94% | - |
| XYZ | 37.98 | 22.46 | 2.86 | - |
| YUV | 112.44 | 74.15 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 17 | 0 | 0.72 | 0.93 | 0.06 | 13.18 | 0.88 | 0.5 |
| Hex | F0 | 42 | 11 | 0 | 48 | 5D | 6 | D | 58 | 32 |
| Octal | 360 | 102 | 21 | 0 | 110 | 135 | 6 | 15 | 130 | 62 |
| Binary | 11110000 | 1000010 | 10001 | 0 | 1001000 | 1011101 | 110 | 1101 | 1011000 | 110010 |
Color Harmonies of #F04211
Complementary color
Monochromatic Colors of #F04211
Black with #F04211
Text Example
Text Example
White with #F04211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04211; }
p { color: rgb(240,66,17); }
H1.HeaderClassName
{
color: #F04211;
}
.AnyTagClassName
{
color: #F04211;
}
</style>
background-color css
<style>
a { background-color: #F04211; }
a { background-color: rgb(240,66,17); }
div.DivClassName
{
background-color: #F04211;
}
.BgClassName
{
background-color: #F04211;
}
</style>
border-color css
<style>
span { border-color: #F04211; }
span { border-color: rgb(240,66,17); }
td.TdClassName
{
border-color: #F04211;
}
.TagClassName
{
border-color: #F04211;
}
</style>