Shades of Orange Red #F24918
Tints of Orange Red #F24918
RGB
CMYK
RGB Variations
Color information
#F24918 (or 0xF24918) is known color: Orange Red. HEX triplet: F2, 49 and 18. RGB value is (242,73,24). Sum of RGB (Red+Green+Blue) = 242+73+24=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F24918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24918 is #0DB6E7. Grayscale: #767676. Windows color (decimal): -898792 or 1591794. OLE color: 1591794.
HSL color Cylindrical-coordinate representation of color #F24918: hue angle of 13.49º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F24918 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 24 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.05 |
| HSL | 13.49º | 0.89% | 0.52% | - |
| HSV(B) | 13.49º | 0.9% | 0.95% | - |
| XYZ | 39.17 | 23.71 | 3.38 | - |
| YUV | 117.95 | 74.99 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 24 | 0 | 0.70 | 0.90 | 0.05 | 13.49 | 0.89 | 0.52 |
| Hex | F2 | 49 | 18 | 0 | 46 | 5A | 5 | D | 59 | 34 |
| Octal | 362 | 111 | 30 | 0 | 106 | 132 | 5 | 15 | 131 | 64 |
| Binary | 11110010 | 1001001 | 11000 | 0 | 1000110 | 1011010 | 101 | 1101 | 1011001 | 110100 |
Color Harmonies of #F24918
Complementary color
Monochromatic Colors of #F24918
Black with #F24918
Text Example
Text Example
White with #F24918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24918; }
p { color: rgb(242,73,24); }
H1.HeaderClassName
{
color: #F24918;
}
.AnyTagClassName
{
color: #F24918;
}
</style>
background-color css
<style>
a { background-color: #F24918; }
a { background-color: rgb(242,73,24); }
div.DivClassName
{
background-color: #F24918;
}
.BgClassName
{
background-color: #F24918;
}
</style>
border-color css
<style>
span { border-color: #F24918; }
span { border-color: rgb(242,73,24); }
td.TdClassName
{
border-color: #F24918;
}
.TagClassName
{
border-color: #F24918;
}
</style>