Shades of Vermilion #F64A0E
Tints of Vermilion #F64A0E
RGB
CMYK
RGB Variations
Color information
#F64A0E (or 0xF64A0E) is known color: Vermilion. HEX triplet: F6, 4A and 0E. RGB value is (246,74,14). Sum of RGB (Red+Green+Blue) = 246+74+14=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64A0E is #09B5F1. Grayscale: #777777. Windows color (decimal): -636402 or 936694. OLE color: 936694.
HSL color Cylindrical-coordinate representation of color #F64A0E: hue angle of 15.52º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F64A0E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.04 |
| HSL | 15.52º | 0.93% | 0.51% | - |
| HSV(B) | 15.52º | 0.94% | 0.96% | - |
| XYZ | 40.53 | 24.52 | 3.01 | - |
| YUV | 118.59 | 68.98 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 14 | 0 | 0.70 | 0.94 | 0.04 | 15.52 | 0.93 | 0.51 |
| Hex | F6 | 4A | E | 0 | 46 | 5E | 4 | 10 | 5D | 33 |
| Octal | 366 | 112 | 16 | 0 | 106 | 136 | 4 | 20 | 135 | 63 |
| Binary | 11110110 | 1001010 | 1110 | 0 | 1000110 | 1011110 | 100 | 10000 | 1011101 | 110011 |
Color Harmonies of #F64A0E
Complementary color
Monochromatic Colors of #F64A0E
Black with #F64A0E
Text Example
Text Example
White with #F64A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64A0E; }
p { color: rgb(246,74,14); }
H1.HeaderClassName
{
color: #F64A0E;
}
.AnyTagClassName
{
color: #F64A0E;
}
</style>
background-color css
<style>
a { background-color: #F64A0E; }
a { background-color: rgb(246,74,14); }
div.DivClassName
{
background-color: #F64A0E;
}
.BgClassName
{
background-color: #F64A0E;
}
</style>
border-color css
<style>
span { border-color: #F64A0E; }
span { border-color: rgb(246,74,14); }
td.TdClassName
{
border-color: #F64A0E;
}
.TagClassName
{
border-color: #F64A0E;
}
</style>