Shades of Orange Red #F24518
Tints of Orange Red #F24518
RGB
CMYK
RGB Variations
Color information
#F24518 (or 0xF24518) is known color: Orange Red. HEX triplet: F2, 45 and 18. RGB value is (242,69,24). Sum of RGB (Red+Green+Blue) = 242+69+24=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F24518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24518 is #0DBAE7. Grayscale: #737373. Windows color (decimal): -899816 or 1590770. OLE color: 1590770.
HSL color Cylindrical-coordinate representation of color #F24518: hue angle of 12.39º 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 #F24518 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 24 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.05 |
| HSL | 12.39º | 0.89% | 0.52% | - |
| HSV(B) | 12.39º | 0.9% | 0.95% | - |
| XYZ | 38.91 | 23.2 | 3.29 | - |
| YUV | 115.6 | 76.31 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 24 | 0 | 0.71 | 0.90 | 0.05 | 12.39 | 0.89 | 0.52 |
| Hex | F2 | 45 | 18 | 0 | 47 | 5A | 5 | C | 59 | 34 |
| Octal | 362 | 105 | 30 | 0 | 107 | 132 | 5 | 14 | 131 | 64 |
| Binary | 11110010 | 1000101 | 11000 | 0 | 1000111 | 1011010 | 101 | 1100 | 1011001 | 110100 |
Color Harmonies of #F24518
Complementary color
Monochromatic Colors of #F24518
Black with #F24518
Text Example
Text Example
White with #F24518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24518; }
p { color: rgb(242,69,24); }
H1.HeaderClassName
{
color: #F24518;
}
.AnyTagClassName
{
color: #F24518;
}
</style>
background-color css
<style>
a { background-color: #F24518; }
a { background-color: rgb(242,69,24); }
div.DivClassName
{
background-color: #F24518;
}
.BgClassName
{
background-color: #F24518;
}
</style>
border-color css
<style>
span { border-color: #F24518; }
span { border-color: rgb(242,69,24); }
td.TdClassName
{
border-color: #F24518;
}
.TagClassName
{
border-color: #F24518;
}
</style>