Shades of Orange Red #F64012
Tints of Orange Red #F64012
RGB
CMYK
RGB Variations
Color information
#F64012 (or 0xF64012) is known color: Orange Red. HEX triplet: F6, 40 and 12. RGB value is (246,64,18). Sum of RGB (Red+Green+Blue) = 246+64+18=328 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 246 - color contains mainly: red. Hex color #F64012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64012 is #09BFED. Grayscale: #717171. Windows color (decimal): -638958 or 1196278. OLE color: 1196278.
HSL color Cylindrical-coordinate representation of color #F64012: hue angle of 12.11º 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 #F64012 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 18 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.04 |
| HSL | 12.11º | 0.93% | 0.52% | - |
| HSV(B) | 12.11º | 0.93% | 0.96% | - |
| XYZ | 39.95 | 23.3 | 2.96 | - |
| YUV | 113.17 | 74.3 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 18 | 0 | 0.74 | 0.93 | 0.04 | 12.11 | 0.93 | 0.52 |
| Hex | F6 | 40 | 12 | 0 | 4A | 5D | 4 | C | 5D | 34 |
| Octal | 366 | 100 | 22 | 0 | 112 | 135 | 4 | 14 | 135 | 64 |
| Binary | 11110110 | 1000000 | 10010 | 0 | 1001010 | 1011101 | 100 | 1100 | 1011101 | 110100 |
Color Harmonies of #F64012
Complementary color
Monochromatic Colors of #F64012
Black with #F64012
Text Example
Text Example
White with #F64012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64012; }
p { color: rgb(246,64,18); }
H1.HeaderClassName
{
color: #F64012;
}
.AnyTagClassName
{
color: #F64012;
}
</style>
background-color css
<style>
a { background-color: #F64012; }
a { background-color: rgb(246,64,18); }
div.DivClassName
{
background-color: #F64012;
}
.BgClassName
{
background-color: #F64012;
}
</style>
border-color css
<style>
span { border-color: #F64012; }
span { border-color: rgb(246,64,18); }
td.TdClassName
{
border-color: #F64012;
}
.TagClassName
{
border-color: #F64012;
}
</style>