Shades of Orange Red #F24702
Tints of Orange Red #F24702
RGB
CMYK
RGB Variations
Color information
#F24702 (or 0xF24702) is known color: Orange Red. HEX triplet: F2, 47 and 02. RGB value is (242,71,2). Sum of RGB (Red+Green+Blue) = 242+71+2=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F24702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24702 is #0DB8FD. Grayscale: #727272. Windows color (decimal): -899326 or 149490. OLE color: 149490.
HSL color Cylindrical-coordinate representation of color #F24702: hue angle of 17.25º 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 #F24702 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.05 |
| HSL | 17.25º | 0.98% | 0.48% | - |
| HSV(B) | 17.25º | 0.99% | 0.95% | - |
| XYZ | 38.88 | 23.39 | 2.52 | - |
| YUV | 114.26 | 64.65 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 2 | 0 | 0.71 | 0.99 | 0.05 | 17.25 | 0.98 | 0.48 |
| Hex | F2 | 47 | 2 | 0 | 47 | 63 | 5 | 11 | 62 | 30 |
| Octal | 362 | 107 | 2 | 0 | 107 | 143 | 5 | 21 | 142 | 60 |
| Binary | 11110010 | 1000111 | 10 | 0 | 1000111 | 1100011 | 101 | 10001 | 1100010 | 110000 |
Color Harmonies of #F24702
Complementary color
Monochromatic Colors of #F24702
Black with #F24702
Text Example
Text Example
White with #F24702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24702; }
p { color: rgb(242,71,2); }
H1.HeaderClassName
{
color: #F24702;
}
.AnyTagClassName
{
color: #F24702;
}
</style>
background-color css
<style>
a { background-color: #F24702; }
a { background-color: rgb(242,71,2); }
div.DivClassName
{
background-color: #F24702;
}
.BgClassName
{
background-color: #F24702;
}
</style>
border-color css
<style>
span { border-color: #F24702; }
span { border-color: rgb(242,71,2); }
td.TdClassName
{
border-color: #F24702;
}
.TagClassName
{
border-color: #F24702;
}
</style>