Shades of Orange Red #F74717
Tints of Orange Red #F74717
RGB
CMYK
RGB Variations
Color information
#F74717 (or 0xF74717) is known color: Orange Red. HEX triplet: F7, 47 and 17. RGB value is (247,71,23). Sum of RGB (Red+Green+Blue) = 247+71+23=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F74717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74717 is #08B8E8. Grayscale: #767676. Windows color (decimal): -571625 or 1525751. OLE color: 1525751.
HSL color Cylindrical-coordinate representation of color #F74717: hue angle of 12.86º 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 #F74717 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 23 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.03 |
| HSL | 12.86º | 0.93% | 0.53% | - |
| HSV(B) | 12.86º | 0.91% | 0.97% | - |
| XYZ | 40.77 | 24.34 | 3.36 | - |
| YUV | 118.15 | 74.31 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 23 | 0 | 0.71 | 0.91 | 0.03 | 12.86 | 0.93 | 0.53 |
| Hex | F7 | 47 | 17 | 0 | 47 | 5B | 3 | D | 5D | 35 |
| Octal | 367 | 107 | 27 | 0 | 107 | 133 | 3 | 15 | 135 | 65 |
| Binary | 11110111 | 1000111 | 10111 | 0 | 1000111 | 1011011 | 11 | 1101 | 1011101 | 110101 |
Color Harmonies of #F74717
Complementary color
Monochromatic Colors of #F74717
Black with #F74717
Text Example
Text Example
White with #F74717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74717; }
p { color: rgb(247,71,23); }
H1.HeaderClassName
{
color: #F74717;
}
.AnyTagClassName
{
color: #F74717;
}
</style>
background-color css
<style>
a { background-color: #F74717; }
a { background-color: rgb(247,71,23); }
div.DivClassName
{
background-color: #F74717;
}
.BgClassName
{
background-color: #F74717;
}
</style>
border-color css
<style>
span { border-color: #F74717; }
span { border-color: rgb(247,71,23); }
td.TdClassName
{
border-color: #F74717;
}
.TagClassName
{
border-color: #F74717;
}
</style>