Shades of Orange Red #F74019
Tints of Orange Red #F74019
RGB
CMYK
RGB Variations
Color information
#F74019 (or 0xF74019) is known color: Orange Red. HEX triplet: F7, 40 and 19. RGB value is (247,64,25). Sum of RGB (Red+Green+Blue) = 247+64+25=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F74019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74019 is #08BFE6. Grayscale: #727272. Windows color (decimal): -573415 or 1655031. OLE color: 1655031.
HSL color Cylindrical-coordinate representation of color #F74019: hue angle of 10.54º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F74019 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 25 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.03 |
| HSL | 10.54º | 0.93% | 0.53% | - |
| HSV(B) | 10.54º | 0.9% | 0.97% | - |
| XYZ | 40.37 | 23.51 | 3.33 | - |
| YUV | 114.27 | 77.63 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 25 | 0 | 0.74 | 0.90 | 0.03 | 10.54 | 0.93 | 0.53 |
| Hex | F7 | 40 | 19 | 0 | 4A | 5A | 3 | B | 5D | 35 |
| Octal | 367 | 100 | 31 | 0 | 112 | 132 | 3 | 13 | 135 | 65 |
| Binary | 11110111 | 1000000 | 11001 | 0 | 1001010 | 1011010 | 11 | 1011 | 1011101 | 110101 |
Color Harmonies of #F74019
Complementary color
Monochromatic Colors of #F74019
Black with #F74019
Text Example
Text Example
White with #F74019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74019; }
p { color: rgb(247,64,25); }
H1.HeaderClassName
{
color: #F74019;
}
.AnyTagClassName
{
color: #F74019;
}
</style>
background-color css
<style>
a { background-color: #F74019; }
a { background-color: rgb(247,64,25); }
div.DivClassName
{
background-color: #F74019;
}
.BgClassName
{
background-color: #F74019;
}
</style>
border-color css
<style>
span { border-color: #F74019; }
span { border-color: rgb(247,64,25); }
td.TdClassName
{
border-color: #F74019;
}
.TagClassName
{
border-color: #F74019;
}
</style>