Shades of Orange Red #F64711
Tints of Orange Red #F64711
RGB
CMYK
RGB Variations
Color information
#F64711 (or 0xF64711) is known color: Orange Red. HEX triplet: F6, 47 and 11. RGB value is (246,71,17). Sum of RGB (Red+Green+Blue) = 246+71+17=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F64711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64711 is #09B8EE. Grayscale: #757575. Windows color (decimal): -637167 or 1132534. OLE color: 1132534.
HSL color Cylindrical-coordinate representation of color #F64711: hue angle of 14.15º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F64711 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 71 | 17 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.04 |
| HSL | 14.15º | 0.93% | 0.52% | - |
| HSV(B) | 14.15º | 0.93% | 0.96% | - |
| XYZ | 40.36 | 24.14 | 3.06 | - |
| YUV | 117.17 | 71.48 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 71 | 17 | 0 | 0.71 | 0.93 | 0.04 | 14.15 | 0.93 | 0.52 |
| Hex | F6 | 47 | 11 | 0 | 47 | 5D | 4 | E | 5D | 34 |
| Octal | 366 | 107 | 21 | 0 | 107 | 135 | 4 | 16 | 135 | 64 |
| Binary | 11110110 | 1000111 | 10001 | 0 | 1000111 | 1011101 | 100 | 1110 | 1011101 | 110100 |
Color Harmonies of #F64711
Complementary color
Monochromatic Colors of #F64711
Black with #F64711
Text Example
Text Example
White with #F64711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64711; }
p { color: rgb(246,71,17); }
H1.HeaderClassName
{
color: #F64711;
}
.AnyTagClassName
{
color: #F64711;
}
</style>
background-color css
<style>
a { background-color: #F64711; }
a { background-color: rgb(246,71,17); }
div.DivClassName
{
background-color: #F64711;
}
.BgClassName
{
background-color: #F64711;
}
</style>
border-color css
<style>
span { border-color: #F64711; }
span { border-color: rgb(246,71,17); }
td.TdClassName
{
border-color: #F64711;
}
.TagClassName
{
border-color: #F64711;
}
</style>