Shades of Vermilion #F64E14
Tints of Vermilion #F64E14
RGB
CMYK
RGB Variations
Color information
#F64E14 (or 0xF64E14) is known color: Vermilion. HEX triplet: F6, 4E and 14. RGB value is (246,78,20). Sum of RGB (Red+Green+Blue) = 246+78+20=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64E14 is #09B1EB. Grayscale: #7A7A7A. Windows color (decimal): -635372 or 1330934. OLE color: 1330934.
HSL color Cylindrical-coordinate representation of color #F64E14: hue angle of 15.4º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F64E14 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 20 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.04 |
| HSL | 15.4º | 0.93% | 0.52% | - |
| HSV(B) | 15.4º | 0.92% | 0.96% | - |
| XYZ | 40.86 | 25.09 | 3.35 | - |
| YUV | 121.62 | 70.66 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 20 | 0 | 0.68 | 0.92 | 0.04 | 15.4 | 0.93 | 0.52 |
| Hex | F6 | 4E | 14 | 0 | 44 | 5C | 4 | F | 5D | 34 |
| Octal | 366 | 116 | 24 | 0 | 104 | 134 | 4 | 17 | 135 | 64 |
| Binary | 11110110 | 1001110 | 10100 | 0 | 1000100 | 1011100 | 100 | 1111 | 1011101 | 110100 |
Color Harmonies of #F64E14
Complementary color
Monochromatic Colors of #F64E14
Black with #F64E14
Text Example
Text Example
White with #F64E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64E14; }
p { color: rgb(246,78,20); }
H1.HeaderClassName
{
color: #F64E14;
}
.AnyTagClassName
{
color: #F64E14;
}
</style>
background-color css
<style>
a { background-color: #F64E14; }
a { background-color: rgb(246,78,20); }
div.DivClassName
{
background-color: #F64E14;
}
.BgClassName
{
background-color: #F64E14;
}
</style>
border-color css
<style>
span { border-color: #F64E14; }
span { border-color: rgb(246,78,20); }
td.TdClassName
{
border-color: #F64E14;
}
.TagClassName
{
border-color: #F64E14;
}
</style>