Shades of Orange Red #F24616
Tints of Orange Red #F24616
RGB
CMYK
RGB Variations
Color information
#F24616 (or 0xF24616) is known color: Orange Red. HEX triplet: F2, 46 and 16. RGB value is (242,70,22). Sum of RGB (Red+Green+Blue) = 242+70+22=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F24616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24616 is #0DB9E9. Grayscale: #747474. Windows color (decimal): -899562 or 1459954. OLE color: 1459954.
HSL color Cylindrical-coordinate representation of color #F24616: hue angle of 13.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F24616 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 22 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.05 |
| HSL | 13.09º | 0.89% | 0.52% | - |
| HSV(B) | 13.09º | 0.91% | 0.95% | - |
| XYZ | 38.95 | 23.32 | 3.21 | - |
| YUV | 115.96 | 74.98 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 22 | 0 | 0.71 | 0.91 | 0.05 | 13.09 | 0.89 | 0.52 |
| Hex | F2 | 46 | 16 | 0 | 47 | 5B | 5 | D | 59 | 34 |
| Octal | 362 | 106 | 26 | 0 | 107 | 133 | 5 | 15 | 131 | 64 |
| Binary | 11110010 | 1000110 | 10110 | 0 | 1000111 | 1011011 | 101 | 1101 | 1011001 | 110100 |
Color Harmonies of #F24616
Complementary color
Monochromatic Colors of #F24616
Black with #F24616
Text Example
Text Example
White with #F24616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24616; }
p { color: rgb(242,70,22); }
H1.HeaderClassName
{
color: #F24616;
}
.AnyTagClassName
{
color: #F24616;
}
</style>
background-color css
<style>
a { background-color: #F24616; }
a { background-color: rgb(242,70,22); }
div.DivClassName
{
background-color: #F24616;
}
.BgClassName
{
background-color: #F24616;
}
</style>
border-color css
<style>
span { border-color: #F24616; }
span { border-color: rgb(242,70,22); }
td.TdClassName
{
border-color: #F24616;
}
.TagClassName
{
border-color: #F24616;
}
</style>