Shades of Orange Red #F24517
Tints of Orange Red #F24517
RGB
CMYK
RGB Variations
Color information
#F24517 (or 0xF24517) is known color: Orange Red. HEX triplet: F2, 45 and 17. RGB value is (242,69,23). Sum of RGB (Red+Green+Blue) = 242+69+23=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F24517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24517 is #0DBAE8. Grayscale: #737373. Windows color (decimal): -899817 or 1525234. OLE color: 1525234.
HSL color Cylindrical-coordinate representation of color #F24517: hue angle of 12.6º 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 #F24517 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 23 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.05 |
| HSL | 12.6º | 0.89% | 0.52% | - |
| HSV(B) | 12.6º | 0.9% | 0.95% | - |
| XYZ | 38.9 | 23.2 | 3.24 | - |
| YUV | 115.48 | 75.81 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 23 | 0 | 0.71 | 0.90 | 0.05 | 12.6 | 0.89 | 0.52 |
| Hex | F2 | 45 | 17 | 0 | 47 | 5A | 5 | D | 59 | 34 |
| Octal | 362 | 105 | 27 | 0 | 107 | 132 | 5 | 15 | 131 | 64 |
| Binary | 11110010 | 1000101 | 10111 | 0 | 1000111 | 1011010 | 101 | 1101 | 1011001 | 110100 |
Color Harmonies of #F24517
Complementary color
Monochromatic Colors of #F24517
Black with #F24517
Text Example
Text Example
White with #F24517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24517; }
p { color: rgb(242,69,23); }
H1.HeaderClassName
{
color: #F24517;
}
.AnyTagClassName
{
color: #F24517;
}
</style>
background-color css
<style>
a { background-color: #F24517; }
a { background-color: rgb(242,69,23); }
div.DivClassName
{
background-color: #F24517;
}
.BgClassName
{
background-color: #F24517;
}
</style>
border-color css
<style>
span { border-color: #F24517; }
span { border-color: rgb(242,69,23); }
td.TdClassName
{
border-color: #F24517;
}
.TagClassName
{
border-color: #F24517;
}
</style>