Shades of Orange Red #F24012
Tints of Orange Red #F24012
RGB
CMYK
RGB Variations
Color information
#F24012 (or 0xF24012) is known color: Orange Red. HEX triplet: F2, 40 and 12. RGB value is (242,64,18). Sum of RGB (Red+Green+Blue) = 242+64+18=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F24012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24012 is #0DBFED. Grayscale: #707070. Windows color (decimal): -901102 or 1196274. OLE color: 1196274.
HSL color Cylindrical-coordinate representation of color #F24012: hue angle of 12.32º 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 #F24012 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 18 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.05 |
| HSL | 12.32º | 0.9% | 0.51% | - |
| HSV(B) | 12.32º | 0.93% | 0.95% | - |
| XYZ | 38.56 | 22.59 | 2.9 | - |
| YUV | 111.98 | 74.97 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 18 | 0 | 0.74 | 0.93 | 0.05 | 12.32 | 0.9 | 0.51 |
| Hex | F2 | 40 | 12 | 0 | 4A | 5D | 5 | C | 5A | 33 |
| Octal | 362 | 100 | 22 | 0 | 112 | 135 | 5 | 14 | 132 | 63 |
| Binary | 11110010 | 1000000 | 10010 | 0 | 1001010 | 1011101 | 101 | 1100 | 1011010 | 110011 |
Color Harmonies of #F24012
Complementary color
Monochromatic Colors of #F24012
Black with #F24012
Text Example
Text Example
White with #F24012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24012; }
p { color: rgb(242,64,18); }
H1.HeaderClassName
{
color: #F24012;
}
.AnyTagClassName
{
color: #F24012;
}
</style>
background-color css
<style>
a { background-color: #F24012; }
a { background-color: rgb(242,64,18); }
div.DivClassName
{
background-color: #F24012;
}
.BgClassName
{
background-color: #F24012;
}
</style>
border-color css
<style>
span { border-color: #F24012; }
span { border-color: rgb(242,64,18); }
td.TdClassName
{
border-color: #F24012;
}
.TagClassName
{
border-color: #F24012;
}
</style>