Shades of Orange Red #F24716
Tints of Orange Red #F24716
RGB
CMYK
RGB Variations
Color information
#F24716 (or 0xF24716) is known color: Orange Red. HEX triplet: F2, 47 and 16. RGB value is (242,71,22). Sum of RGB (Red+Green+Blue) = 242+71+22=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F24716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24716 is #0DB8E9. Grayscale: #747474. Windows color (decimal): -899306 or 1460210. OLE color: 1460210.
HSL color Cylindrical-coordinate representation of color #F24716: hue angle of 13.36º 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 #F24716 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 22 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.05 |
| HSL | 13.36º | 0.89% | 0.52% | - |
| HSV(B) | 13.36º | 0.91% | 0.95% | - |
| XYZ | 39.02 | 23.44 | 3.23 | - |
| YUV | 116.54 | 74.65 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 22 | 0 | 0.71 | 0.91 | 0.05 | 13.36 | 0.89 | 0.52 |
| Hex | F2 | 47 | 16 | 0 | 47 | 5B | 5 | D | 59 | 34 |
| Octal | 362 | 107 | 26 | 0 | 107 | 133 | 5 | 15 | 131 | 64 |
| Binary | 11110010 | 1000111 | 10110 | 0 | 1000111 | 1011011 | 101 | 1101 | 1011001 | 110100 |
Color Harmonies of #F24716
Complementary color
Monochromatic Colors of #F24716
Black with #F24716
Text Example
Text Example
White with #F24716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24716; }
p { color: rgb(242,71,22); }
H1.HeaderClassName
{
color: #F24716;
}
.AnyTagClassName
{
color: #F24716;
}
</style>
background-color css
<style>
a { background-color: #F24716; }
a { background-color: rgb(242,71,22); }
div.DivClassName
{
background-color: #F24716;
}
.BgClassName
{
background-color: #F24716;
}
</style>
border-color css
<style>
span { border-color: #F24716; }
span { border-color: rgb(242,71,22); }
td.TdClassName
{
border-color: #F24716;
}
.TagClassName
{
border-color: #F24716;
}
</style>