Shades of Orange Red #F24617
Tints of Orange Red #F24617
RGB
CMYK
RGB Variations
Color information
#F24617 (or 0xF24617) is known color: Orange Red. HEX triplet: F2, 46 and 17. RGB value is (242,70,23). Sum of RGB (Red+Green+Blue) = 242+70+23=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F24617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24617 is #0DB9E8. Grayscale: #747474. Windows color (decimal): -899561 or 1525490. OLE color: 1525490.
HSL color Cylindrical-coordinate representation of color #F24617: hue angle of 12.88º 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 #F24617 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 23 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.05 |
| HSL | 12.88º | 0.89% | 0.52% | - |
| HSV(B) | 12.88º | 0.9% | 0.95% | - |
| XYZ | 38.96 | 23.32 | 3.26 | - |
| YUV | 116.07 | 75.48 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 23 | 0 | 0.71 | 0.90 | 0.05 | 12.88 | 0.89 | 0.52 |
| Hex | F2 | 46 | 17 | 0 | 47 | 5A | 5 | D | 59 | 34 |
| Octal | 362 | 106 | 27 | 0 | 107 | 132 | 5 | 15 | 131 | 64 |
| Binary | 11110010 | 1000110 | 10111 | 0 | 1000111 | 1011010 | 101 | 1101 | 1011001 | 110100 |
Color Harmonies of #F24617
Complementary color
Monochromatic Colors of #F24617
Black with #F24617
Text Example
Text Example
White with #F24617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24617; }
p { color: rgb(242,70,23); }
H1.HeaderClassName
{
color: #F24617;
}
.AnyTagClassName
{
color: #F24617;
}
</style>
background-color css
<style>
a { background-color: #F24617; }
a { background-color: rgb(242,70,23); }
div.DivClassName
{
background-color: #F24617;
}
.BgClassName
{
background-color: #F24617;
}
</style>
border-color css
<style>
span { border-color: #F24617; }
span { border-color: rgb(242,70,23); }
td.TdClassName
{
border-color: #F24617;
}
.TagClassName
{
border-color: #F24617;
}
</style>