Shades of Orange Red #F24A17
Tints of Orange Red #F24A17
RGB
CMYK
RGB Variations
Color information
#F24A17 (or 0xF24A17) is known color: Orange Red. HEX triplet: F2, 4A and 17. RGB value is (242,74,23). Sum of RGB (Red+Green+Blue) = 242+74+23=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24A17 is #0DB5E8. Grayscale: #767676. Windows color (decimal): -898537 or 1526514. OLE color: 1526514.
HSL color Cylindrical-coordinate representation of color #F24A17: hue angle of 13.97º 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 #F24A17 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 23 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.05 |
| HSL | 13.97º | 0.89% | 0.52% | - |
| HSV(B) | 13.97º | 0.9% | 0.95% | - |
| XYZ | 39.22 | 23.84 | 3.34 | - |
| YUV | 118.42 | 74.16 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 23 | 0 | 0.69 | 0.90 | 0.05 | 13.97 | 0.89 | 0.52 |
| Hex | F2 | 4A | 17 | 0 | 45 | 5A | 5 | E | 59 | 34 |
| Octal | 362 | 112 | 27 | 0 | 105 | 132 | 5 | 16 | 131 | 64 |
| Binary | 11110010 | 1001010 | 10111 | 0 | 1000101 | 1011010 | 101 | 1110 | 1011001 | 110100 |
Color Harmonies of #F24A17
Complementary color
Monochromatic Colors of #F24A17
Black with #F24A17
Text Example
Text Example
White with #F24A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24A17; }
p { color: rgb(242,74,23); }
H1.HeaderClassName
{
color: #F24A17;
}
.AnyTagClassName
{
color: #F24A17;
}
</style>
background-color css
<style>
a { background-color: #F24A17; }
a { background-color: rgb(242,74,23); }
div.DivClassName
{
background-color: #F24A17;
}
.BgClassName
{
background-color: #F24A17;
}
</style>
border-color css
<style>
span { border-color: #F24A17; }
span { border-color: rgb(242,74,23); }
td.TdClassName
{
border-color: #F24A17;
}
.TagClassName
{
border-color: #F24A17;
}
</style>