Shades of Orange Red #F74517
Tints of Orange Red #F74517
RGB
CMYK
RGB Variations
Color information
#F74517 (or 0xF74517) is known color: Orange Red. HEX triplet: F7, 45 and 17. RGB value is (247,69,23). Sum of RGB (Red+Green+Blue) = 247+69+23=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F74517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74517 is #08BAE8. Grayscale: #757575. Windows color (decimal): -572137 or 1525239. OLE color: 1525239.
HSL color Cylindrical-coordinate representation of color #F74517: hue angle of 12.32º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F74517 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 23 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.03 |
| HSL | 12.32º | 0.93% | 0.53% | - |
| HSV(B) | 12.32º | 0.91% | 0.97% | - |
| XYZ | 40.64 | 24.09 | 3.32 | - |
| YUV | 116.98 | 74.97 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 23 | 0 | 0.72 | 0.91 | 0.03 | 12.32 | 0.93 | 0.53 |
| Hex | F7 | 45 | 17 | 0 | 48 | 5B | 3 | C | 5D | 35 |
| Octal | 367 | 105 | 27 | 0 | 110 | 133 | 3 | 14 | 135 | 65 |
| Binary | 11110111 | 1000101 | 10111 | 0 | 1001000 | 1011011 | 11 | 1100 | 1011101 | 110101 |
Color Harmonies of #F74517
Complementary color
Monochromatic Colors of #F74517
Black with #F74517
Text Example
Text Example
White with #F74517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74517; }
p { color: rgb(247,69,23); }
H1.HeaderClassName
{
color: #F74517;
}
.AnyTagClassName
{
color: #F74517;
}
</style>
background-color css
<style>
a { background-color: #F74517; }
a { background-color: rgb(247,69,23); }
div.DivClassName
{
background-color: #F74517;
}
.BgClassName
{
background-color: #F74517;
}
</style>
border-color css
<style>
span { border-color: #F74517; }
span { border-color: rgb(247,69,23); }
td.TdClassName
{
border-color: #F74517;
}
.TagClassName
{
border-color: #F74517;
}
</style>