Shades of Orange Red #F24212
Tints of Orange Red #F24212
RGB
CMYK
RGB Variations
Color information
#F24212 (or 0xF24212) is known color: Orange Red. HEX triplet: F2, 42 and 12. RGB value is (242,66,18). Sum of RGB (Red+Green+Blue) = 242+66+18=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F24212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24212 is #0DBDED. Grayscale: #717171. Windows color (decimal): -900590 or 1196786. OLE color: 1196786.
HSL color Cylindrical-coordinate representation of color #F24212: hue angle of 12.86º 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 #F24212 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 18 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.05 |
| HSL | 12.86º | 0.9% | 0.51% | - |
| HSV(B) | 12.86º | 0.93% | 0.95% | - |
| XYZ | 38.68 | 22.82 | 2.94 | - |
| YUV | 113.15 | 74.31 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 18 | 0 | 0.73 | 0.93 | 0.05 | 12.86 | 0.9 | 0.51 |
| Hex | F2 | 42 | 12 | 0 | 49 | 5D | 5 | D | 5A | 33 |
| Octal | 362 | 102 | 22 | 0 | 111 | 135 | 5 | 15 | 132 | 63 |
| Binary | 11110010 | 1000010 | 10010 | 0 | 1001001 | 1011101 | 101 | 1101 | 1011010 | 110011 |
Color Harmonies of #F24212
Complementary color
Monochromatic Colors of #F24212
Black with #F24212
Text Example
Text Example
White with #F24212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24212; }
p { color: rgb(242,66,18); }
H1.HeaderClassName
{
color: #F24212;
}
.AnyTagClassName
{
color: #F24212;
}
</style>
background-color css
<style>
a { background-color: #F24212; }
a { background-color: rgb(242,66,18); }
div.DivClassName
{
background-color: #F24212;
}
.BgClassName
{
background-color: #F24212;
}
</style>
border-color css
<style>
span { border-color: #F24212; }
span { border-color: rgb(242,66,18); }
td.TdClassName
{
border-color: #F24212;
}
.TagClassName
{
border-color: #F24212;
}
</style>