Shades of Vermilion #F64E16
Tints of Vermilion #F64E16
RGB
CMYK
RGB Variations
Color information
#F64E16 (or 0xF64E16) is known color: Vermilion. HEX triplet: F6, 4E and 16. RGB value is (246,78,22). Sum of RGB (Red+Green+Blue) = 246+78+22=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64E16 is #09B1E9. Grayscale: #7A7A7A. Windows color (decimal): -635370 or 1462006. OLE color: 1462006.
HSL color Cylindrical-coordinate representation of color #F64E16: hue angle of 15º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F64E16 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 22 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.04 |
| HSL | 15º | 0.93% | 0.53% | - |
| HSV(B) | 15º | 0.91% | 0.96% | - |
| XYZ | 40.88 | 25.1 | 3.45 | - |
| YUV | 121.85 | 71.66 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 22 | 0 | 0.68 | 0.91 | 0.04 | 15 | 0.93 | 0.53 |
| Hex | F6 | 4E | 16 | 0 | 44 | 5B | 4 | F | 5D | 35 |
| Octal | 366 | 116 | 26 | 0 | 104 | 133 | 4 | 17 | 135 | 65 |
| Binary | 11110110 | 1001110 | 10110 | 0 | 1000100 | 1011011 | 100 | 1111 | 1011101 | 110101 |
Color Harmonies of #F64E16
Complementary color
Monochromatic Colors of #F64E16
Black with #F64E16
Text Example
Text Example
White with #F64E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64E16; }
p { color: rgb(246,78,22); }
H1.HeaderClassName
{
color: #F64E16;
}
.AnyTagClassName
{
color: #F64E16;
}
</style>
background-color css
<style>
a { background-color: #F64E16; }
a { background-color: rgb(246,78,22); }
div.DivClassName
{
background-color: #F64E16;
}
.BgClassName
{
background-color: #F64E16;
}
</style>
border-color css
<style>
span { border-color: #F64E16; }
span { border-color: rgb(246,78,22); }
td.TdClassName
{
border-color: #F64E16;
}
.TagClassName
{
border-color: #F64E16;
}
</style>