Shades of Orange Red #F24618
Tints of Orange Red #F24618
RGB
CMYK
RGB Variations
Color information
#F24618 (or 0xF24618) is known color: Orange Red. HEX triplet: F2, 46 and 18. RGB value is (242,70,24). Sum of RGB (Red+Green+Blue) = 242+70+24=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F24618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24618 is #0DB9E7. Grayscale: #747474. Windows color (decimal): -899560 or 1591026. OLE color: 1591026.
HSL color Cylindrical-coordinate representation of color #F24618: hue angle of 12.66º 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 #F24618 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 24 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.05 |
| HSL | 12.66º | 0.89% | 0.52% | - |
| HSV(B) | 12.66º | 0.9% | 0.95% | - |
| XYZ | 38.97 | 23.32 | 3.31 | - |
| YUV | 116.18 | 75.98 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 24 | 0 | 0.71 | 0.90 | 0.05 | 12.66 | 0.89 | 0.52 |
| Hex | F2 | 46 | 18 | 0 | 47 | 5A | 5 | D | 59 | 34 |
| Octal | 362 | 106 | 30 | 0 | 107 | 132 | 5 | 15 | 131 | 64 |
| Binary | 11110010 | 1000110 | 11000 | 0 | 1000111 | 1011010 | 101 | 1101 | 1011001 | 110100 |
Color Harmonies of #F24618
Complementary color
Monochromatic Colors of #F24618
Black with #F24618
Text Example
Text Example
White with #F24618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24618; }
p { color: rgb(242,70,24); }
H1.HeaderClassName
{
color: #F24618;
}
.AnyTagClassName
{
color: #F24618;
}
</style>
background-color css
<style>
a { background-color: #F24618; }
a { background-color: rgb(242,70,24); }
div.DivClassName
{
background-color: #F24618;
}
.BgClassName
{
background-color: #F24618;
}
</style>
border-color css
<style>
span { border-color: #F24618; }
span { border-color: rgb(242,70,24); }
td.TdClassName
{
border-color: #F24618;
}
.TagClassName
{
border-color: #F24618;
}
</style>