Shades of Orange Red #F64210
Tints of Orange Red #F64210
RGB
CMYK
RGB Variations
Color information
#F64210 (or 0xF64210) is known color: Orange Red. HEX triplet: F6, 42 and 10. RGB value is (246,66,16). Sum of RGB (Red+Green+Blue) = 246+66+16=328 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 246 - color contains mainly: red. Hex color #F64210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64210 is #09BDEF. Grayscale: #727272. Windows color (decimal): -638448 or 1065718. OLE color: 1065718.
HSL color Cylindrical-coordinate representation of color #F64210: hue angle of 13.04º 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 #F64210 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 16 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.04 |
| HSL | 13.04º | 0.93% | 0.51% | - |
| HSV(B) | 13.04º | 0.93% | 0.96% | - |
| XYZ | 40.05 | 23.53 | 2.92 | - |
| YUV | 114.12 | 72.63 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 16 | 0 | 0.73 | 0.93 | 0.04 | 13.04 | 0.93 | 0.51 |
| Hex | F6 | 42 | 10 | 0 | 49 | 5D | 4 | D | 5D | 33 |
| Octal | 366 | 102 | 20 | 0 | 111 | 135 | 4 | 15 | 135 | 63 |
| Binary | 11110110 | 1000010 | 10000 | 0 | 1001001 | 1011101 | 100 | 1101 | 1011101 | 110011 |
Color Harmonies of #F64210
Complementary color
Monochromatic Colors of #F64210
Black with #F64210
Text Example
Text Example
White with #F64210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64210; }
p { color: rgb(246,66,16); }
H1.HeaderClassName
{
color: #F64210;
}
.AnyTagClassName
{
color: #F64210;
}
</style>
background-color css
<style>
a { background-color: #F64210; }
a { background-color: rgb(246,66,16); }
div.DivClassName
{
background-color: #F64210;
}
.BgClassName
{
background-color: #F64210;
}
</style>
border-color css
<style>
span { border-color: #F64210; }
span { border-color: rgb(246,66,16); }
td.TdClassName
{
border-color: #F64210;
}
.TagClassName
{
border-color: #F64210;
}
</style>