Shades of Orange Red #F24602
Tints of Orange Red #F24602
RGB
CMYK
RGB Variations
Color information
#F24602 (or 0xF24602) is known color: Orange Red. HEX triplet: F2, 46 and 02. RGB value is (242,70,2). Sum of RGB (Red+Green+Blue) = 242+70+2=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F24602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24602 is #0DB9FD. Grayscale: #727272. Windows color (decimal): -899582 or 149234. OLE color: 149234.
HSL color Cylindrical-coordinate representation of color #F24602: hue angle of 17º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F24602 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.05 |
| HSL | 17º | 0.98% | 0.48% | - |
| HSV(B) | 17º | 0.99% | 0.95% | - |
| XYZ | 38.82 | 23.26 | 2.5 | - |
| YUV | 113.68 | 64.98 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 2 | 0 | 0.71 | 0.99 | 0.05 | 17 | 0.98 | 0.48 |
| Hex | F2 | 46 | 2 | 0 | 47 | 63 | 5 | 11 | 62 | 30 |
| Octal | 362 | 106 | 2 | 0 | 107 | 143 | 5 | 21 | 142 | 60 |
| Binary | 11110010 | 1000110 | 10 | 0 | 1000111 | 1100011 | 101 | 10001 | 1100010 | 110000 |
Color Harmonies of #F24602
Complementary color
Monochromatic Colors of #F24602
Black with #F24602
Text Example
Text Example
White with #F24602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24602; }
p { color: rgb(242,70,2); }
H1.HeaderClassName
{
color: #F24602;
}
.AnyTagClassName
{
color: #F24602;
}
</style>
background-color css
<style>
a { background-color: #F24602; }
a { background-color: rgb(242,70,2); }
div.DivClassName
{
background-color: #F24602;
}
.BgClassName
{
background-color: #F24602;
}
</style>
border-color css
<style>
span { border-color: #F24602; }
span { border-color: rgb(242,70,2); }
td.TdClassName
{
border-color: #F24602;
}
.TagClassName
{
border-color: #F24602;
}
</style>