Shades of Orange Red #F24710
Tints of Orange Red #F24710
RGB
CMYK
RGB Variations
Color information
#F24710 (or 0xF24710) is known color: Orange Red. HEX triplet: F2, 47 and 10. RGB value is (242,71,16). Sum of RGB (Red+Green+Blue) = 242+71+16=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F24710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24710 is #0DB8EF. Grayscale: #747474. Windows color (decimal): -899312 or 1066994. OLE color: 1066994.
HSL color Cylindrical-coordinate representation of color #F24710: hue angle of 14.6º 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 #F24710 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.05 |
| HSL | 14.6º | 0.9% | 0.51% | - |
| HSV(B) | 14.6º | 0.93% | 0.95% | - |
| XYZ | 38.96 | 23.42 | 2.96 | - |
| YUV | 115.86 | 71.65 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 16 | 0 | 0.71 | 0.93 | 0.05 | 14.6 | 0.9 | 0.51 |
| Hex | F2 | 47 | 10 | 0 | 47 | 5D | 5 | F | 5A | 33 |
| Octal | 362 | 107 | 20 | 0 | 107 | 135 | 5 | 17 | 132 | 63 |
| Binary | 11110010 | 1000111 | 10000 | 0 | 1000111 | 1011101 | 101 | 1111 | 1011010 | 110011 |
Color Harmonies of #F24710
Complementary color
Monochromatic Colors of #F24710
Black with #F24710
Text Example
Text Example
White with #F24710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24710; }
p { color: rgb(242,71,16); }
H1.HeaderClassName
{
color: #F24710;
}
.AnyTagClassName
{
color: #F24710;
}
</style>
background-color css
<style>
a { background-color: #F24710; }
a { background-color: rgb(242,71,16); }
div.DivClassName
{
background-color: #F24710;
}
.BgClassName
{
background-color: #F24710;
}
</style>
border-color css
<style>
span { border-color: #F24710; }
span { border-color: rgb(242,71,16); }
td.TdClassName
{
border-color: #F24710;
}
.TagClassName
{
border-color: #F24710;
}
</style>