Shades of Orange Red #F24516
Tints of Orange Red #F24516
RGB
CMYK
RGB Variations
Color information
#F24516 (or 0xF24516) is known color: Orange Red. HEX triplet: F2, 45 and 16. RGB value is (242,69,22). Sum of RGB (Red+Green+Blue) = 242+69+22=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F24516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24516 is #0DBAE9. Grayscale: #737373. Windows color (decimal): -899818 or 1459698. OLE color: 1459698.
HSL color Cylindrical-coordinate representation of color #F24516: hue angle of 12.82º 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 #F24516 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 22 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.05 |
| HSL | 12.82º | 0.89% | 0.52% | - |
| HSV(B) | 12.82º | 0.91% | 0.95% | - |
| XYZ | 38.89 | 23.19 | 3.19 | - |
| YUV | 115.37 | 75.31 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 22 | 0 | 0.71 | 0.91 | 0.05 | 12.82 | 0.89 | 0.52 |
| Hex | F2 | 45 | 16 | 0 | 47 | 5B | 5 | D | 59 | 34 |
| Octal | 362 | 105 | 26 | 0 | 107 | 133 | 5 | 15 | 131 | 64 |
| Binary | 11110010 | 1000101 | 10110 | 0 | 1000111 | 1011011 | 101 | 1101 | 1011001 | 110100 |
Color Harmonies of #F24516
Complementary color
Monochromatic Colors of #F24516
Black with #F24516
Text Example
Text Example
White with #F24516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24516; }
p { color: rgb(242,69,22); }
H1.HeaderClassName
{
color: #F24516;
}
.AnyTagClassName
{
color: #F24516;
}
</style>
background-color css
<style>
a { background-color: #F24516; }
a { background-color: rgb(242,69,22); }
div.DivClassName
{
background-color: #F24516;
}
.BgClassName
{
background-color: #F24516;
}
</style>
border-color css
<style>
span { border-color: #F24516; }
span { border-color: rgb(242,69,22); }
td.TdClassName
{
border-color: #F24516;
}
.TagClassName
{
border-color: #F24516;
}
</style>