Shades of Orange Red #F24611
Tints of Orange Red #F24611
RGB
CMYK
RGB Variations
Color information
#F24611 (or 0xF24611) is known color: Orange Red. HEX triplet: F2, 46 and 11. RGB value is (242,70,17). Sum of RGB (Red+Green+Blue) = 242+70+17=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F24611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24611 is #0DB9EE. Grayscale: #737373. Windows color (decimal): -899567 or 1132274. OLE color: 1132274.
HSL color Cylindrical-coordinate representation of color #F24611: hue angle of 14.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F24611 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 17 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.05 |
| HSL | 14.13º | 0.9% | 0.51% | - |
| HSV(B) | 14.13º | 0.93% | 0.95% | - |
| XYZ | 38.91 | 23.3 | 2.98 | - |
| YUV | 115.39 | 72.48 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 17 | 0 | 0.71 | 0.93 | 0.05 | 14.13 | 0.9 | 0.51 |
| Hex | F2 | 46 | 11 | 0 | 47 | 5D | 5 | E | 5A | 33 |
| Octal | 362 | 106 | 21 | 0 | 107 | 135 | 5 | 16 | 132 | 63 |
| Binary | 11110010 | 1000110 | 10001 | 0 | 1000111 | 1011101 | 101 | 1110 | 1011010 | 110011 |
Color Harmonies of #F24611
Complementary color
Monochromatic Colors of #F24611
Black with #F24611
Text Example
Text Example
White with #F24611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24611; }
p { color: rgb(242,70,17); }
H1.HeaderClassName
{
color: #F24611;
}
.AnyTagClassName
{
color: #F24611;
}
</style>
background-color css
<style>
a { background-color: #F24611; }
a { background-color: rgb(242,70,17); }
div.DivClassName
{
background-color: #F24611;
}
.BgClassName
{
background-color: #F24611;
}
</style>
border-color css
<style>
span { border-color: #F24611; }
span { border-color: rgb(242,70,17); }
td.TdClassName
{
border-color: #F24611;
}
.TagClassName
{
border-color: #F24611;
}
</style>