Shades of Orange Red #F24412
Tints of Orange Red #F24412
RGB
CMYK
RGB Variations
Color information
#F24412 (or 0xF24412) is known color: Orange Red. HEX triplet: F2, 44 and 12. RGB value is (242,68,18). Sum of RGB (Red+Green+Blue) = 242+68+18=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F24412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24412 is #0DBBED. Grayscale: #727272. Windows color (decimal): -900078 or 1197298. OLE color: 1197298.
HSL color Cylindrical-coordinate representation of color #F24412: hue angle of 13.39º 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 #F24412 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 18 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.05 |
| HSL | 13.39º | 0.9% | 0.51% | - |
| HSV(B) | 13.39º | 0.93% | 0.95% | - |
| XYZ | 38.79 | 23.06 | 2.98 | - |
| YUV | 114.33 | 73.65 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 18 | 0 | 0.72 | 0.93 | 0.05 | 13.39 | 0.9 | 0.51 |
| Hex | F2 | 44 | 12 | 0 | 48 | 5D | 5 | D | 5A | 33 |
| Octal | 362 | 104 | 22 | 0 | 110 | 135 | 5 | 15 | 132 | 63 |
| Binary | 11110010 | 1000100 | 10010 | 0 | 1001000 | 1011101 | 101 | 1101 | 1011010 | 110011 |
Color Harmonies of #F24412
Complementary color
Monochromatic Colors of #F24412
Black with #F24412
Text Example
Text Example
White with #F24412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24412; }
p { color: rgb(242,68,18); }
H1.HeaderClassName
{
color: #F24412;
}
.AnyTagClassName
{
color: #F24412;
}
</style>
background-color css
<style>
a { background-color: #F24412; }
a { background-color: rgb(242,68,18); }
div.DivClassName
{
background-color: #F24412;
}
.BgClassName
{
background-color: #F24412;
}
</style>
border-color css
<style>
span { border-color: #F24412; }
span { border-color: rgb(242,68,18); }
td.TdClassName
{
border-color: #F24412;
}
.TagClassName
{
border-color: #F24412;
}
</style>