Shades of Orange Red #F74013
Tints of Orange Red #F74013
RGB
CMYK
RGB Variations
Color information
#F74013 (or 0xF74013) is known color: Orange Red. HEX triplet: F7, 40 and 13. RGB value is (247,64,19). Sum of RGB (Red+Green+Blue) = 247+64+19=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F74013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74013 is #08BFEC. Grayscale: #717171. Windows color (decimal): -573421 or 1261815. OLE color: 1261815.
HSL color Cylindrical-coordinate representation of color #F74013: hue angle of 11.84º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F74013 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 19 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.03 |
| HSL | 11.84º | 0.93% | 0.52% | - |
| HSV(B) | 11.84º | 0.92% | 0.97% | - |
| XYZ | 40.31 | 23.49 | 3.03 | - |
| YUV | 113.59 | 74.63 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 19 | 0 | 0.74 | 0.92 | 0.03 | 11.84 | 0.93 | 0.52 |
| Hex | F7 | 40 | 13 | 0 | 4A | 5C | 3 | C | 5D | 34 |
| Octal | 367 | 100 | 23 | 0 | 112 | 134 | 3 | 14 | 135 | 64 |
| Binary | 11110111 | 1000000 | 10011 | 0 | 1001010 | 1011100 | 11 | 1100 | 1011101 | 110100 |
Color Harmonies of #F74013
Complementary color
Monochromatic Colors of #F74013
Black with #F74013
Text Example
Text Example
White with #F74013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74013; }
p { color: rgb(247,64,19); }
H1.HeaderClassName
{
color: #F74013;
}
.AnyTagClassName
{
color: #F74013;
}
</style>
background-color css
<style>
a { background-color: #F74013; }
a { background-color: rgb(247,64,19); }
div.DivClassName
{
background-color: #F74013;
}
.BgClassName
{
background-color: #F74013;
}
</style>
border-color css
<style>
span { border-color: #F74013; }
span { border-color: rgb(247,64,19); }
td.TdClassName
{
border-color: #F74013;
}
.TagClassName
{
border-color: #F74013;
}
</style>