Shades of Orange Red #F24816
Tints of Orange Red #F24816
RGB
CMYK
RGB Variations
Color information
#F24816 (or 0xF24816) is known color: Orange Red. HEX triplet: F2, 48 and 16. RGB value is (242,72,22). Sum of RGB (Red+Green+Blue) = 242+72+22=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F24816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24816 is #0DB7E9. Grayscale: #757575. Windows color (decimal): -899050 or 1460466. OLE color: 1460466.
HSL color Cylindrical-coordinate representation of color #F24816: hue angle of 13.64º 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 #F24816 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 22 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.05 |
| HSL | 13.64º | 0.89% | 0.52% | - |
| HSV(B) | 13.64º | 0.91% | 0.95% | - |
| XYZ | 39.08 | 23.57 | 3.25 | - |
| YUV | 117.13 | 74.32 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 22 | 0 | 0.70 | 0.91 | 0.05 | 13.64 | 0.89 | 0.52 |
| Hex | F2 | 48 | 16 | 0 | 46 | 5B | 5 | E | 59 | 34 |
| Octal | 362 | 110 | 26 | 0 | 106 | 133 | 5 | 16 | 131 | 64 |
| Binary | 11110010 | 1001000 | 10110 | 0 | 1000110 | 1011011 | 101 | 1110 | 1011001 | 110100 |
Color Harmonies of #F24816
Complementary color
Monochromatic Colors of #F24816
Black with #F24816
Text Example
Text Example
White with #F24816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24816; }
p { color: rgb(242,72,22); }
H1.HeaderClassName
{
color: #F24816;
}
.AnyTagClassName
{
color: #F24816;
}
</style>
background-color css
<style>
a { background-color: #F24816; }
a { background-color: rgb(242,72,22); }
div.DivClassName
{
background-color: #F24816;
}
.BgClassName
{
background-color: #F24816;
}
</style>
border-color css
<style>
span { border-color: #F24816; }
span { border-color: rgb(242,72,22); }
td.TdClassName
{
border-color: #F24816;
}
.TagClassName
{
border-color: #F24816;
}
</style>