Shades of Orange Red #F64713
Tints of Orange Red #F64713
RGB
CMYK
RGB Variations
Color information
#F64713 (or 0xF64713) is known color: Orange Red. HEX triplet: F6, 47 and 13. RGB value is (246,71,19). Sum of RGB (Red+Green+Blue) = 246+71+19=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F64713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64713 is #09B8EC. Grayscale: #757575. Windows color (decimal): -637165 or 1263606. OLE color: 1263606.
HSL color Cylindrical-coordinate representation of color #F64713: hue angle of 13.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F64713 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 71 | 19 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.04 |
| HSL | 13.74º | 0.93% | 0.52% | - |
| HSV(B) | 13.74º | 0.92% | 0.96% | - |
| XYZ | 40.38 | 24.15 | 3.15 | - |
| YUV | 117.4 | 72.48 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 71 | 19 | 0 | 0.71 | 0.92 | 0.04 | 13.74 | 0.93 | 0.52 |
| Hex | F6 | 47 | 13 | 0 | 47 | 5C | 4 | E | 5D | 34 |
| Octal | 366 | 107 | 23 | 0 | 107 | 134 | 4 | 16 | 135 | 64 |
| Binary | 11110110 | 1000111 | 10011 | 0 | 1000111 | 1011100 | 100 | 1110 | 1011101 | 110100 |
Color Harmonies of #F64713
Complementary color
Monochromatic Colors of #F64713
Black with #F64713
Text Example
Text Example
White with #F64713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64713; }
p { color: rgb(246,71,19); }
H1.HeaderClassName
{
color: #F64713;
}
.AnyTagClassName
{
color: #F64713;
}
</style>
background-color css
<style>
a { background-color: #F64713; }
a { background-color: rgb(246,71,19); }
div.DivClassName
{
background-color: #F64713;
}
.BgClassName
{
background-color: #F64713;
}
</style>
border-color css
<style>
span { border-color: #F64713; }
span { border-color: rgb(246,71,19); }
td.TdClassName
{
border-color: #F64713;
}
.TagClassName
{
border-color: #F64713;
}
</style>