Shades of Orange Red #F64710
Tints of Orange Red #F64710
RGB
CMYK
RGB Variations
Color information
#F64710 (or 0xF64710) is known color: Orange Red. HEX triplet: F6, 47 and 10. RGB value is (246,71,16). Sum of RGB (Red+Green+Blue) = 246+71+16=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F64710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64710 is #09B8EF. Grayscale: #757575. Windows color (decimal): -637168 or 1066998. OLE color: 1066998.
HSL color Cylindrical-coordinate representation of color #F64710: hue angle of 14.35º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F64710 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 71 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.04 |
| HSL | 14.35º | 0.93% | 0.51% | - |
| HSV(B) | 14.35º | 0.93% | 0.96% | - |
| XYZ | 40.35 | 24.14 | 3.02 | - |
| YUV | 117.06 | 70.98 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 71 | 16 | 0 | 0.71 | 0.93 | 0.04 | 14.35 | 0.93 | 0.51 |
| Hex | F6 | 47 | 10 | 0 | 47 | 5D | 4 | E | 5D | 33 |
| Octal | 366 | 107 | 20 | 0 | 107 | 135 | 4 | 16 | 135 | 63 |
| Binary | 11110110 | 1000111 | 10000 | 0 | 1000111 | 1011101 | 100 | 1110 | 1011101 | 110011 |
Color Harmonies of #F64710
Complementary color
Monochromatic Colors of #F64710
Black with #F64710
Text Example
Text Example
White with #F64710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64710; }
p { color: rgb(246,71,16); }
H1.HeaderClassName
{
color: #F64710;
}
.AnyTagClassName
{
color: #F64710;
}
</style>
background-color css
<style>
a { background-color: #F64710; }
a { background-color: rgb(246,71,16); }
div.DivClassName
{
background-color: #F64710;
}
.BgClassName
{
background-color: #F64710;
}
</style>
border-color css
<style>
span { border-color: #F64710; }
span { border-color: rgb(246,71,16); }
td.TdClassName
{
border-color: #F64710;
}
.TagClassName
{
border-color: #F64710;
}
</style>