Shades of Vermilion #F64E0D
Tints of Vermilion #F64E0D
RGB
CMYK
RGB Variations
Color information
#F64E0D (or 0xF64E0D) is known color: Vermilion. HEX triplet: F6, 4E and 0D. RGB value is (246,78,13). Sum of RGB (Red+Green+Blue) = 246+78+13=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64E0D is #09B1F2. Grayscale: #797979. Windows color (decimal): -635379 or 872182. OLE color: 872182.
HSL color Cylindrical-coordinate representation of color #F64E0D: hue angle of 16.74º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F64E0D is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 13 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.04 |
| HSL | 16.74º | 0.93% | 0.51% | - |
| HSV(B) | 16.74º | 0.95% | 0.96% | - |
| XYZ | 40.8 | 25.07 | 3.07 | - |
| YUV | 120.82 | 67.16 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 13 | 0 | 0.68 | 0.95 | 0.04 | 16.74 | 0.93 | 0.51 |
| Hex | F6 | 4E | D | 0 | 44 | 5F | 4 | 11 | 5D | 33 |
| Octal | 366 | 116 | 15 | 0 | 104 | 137 | 4 | 21 | 135 | 63 |
| Binary | 11110110 | 1001110 | 1101 | 0 | 1000100 | 1011111 | 100 | 10001 | 1011101 | 110011 |
Color Harmonies of #F64E0D
Complementary color
Monochromatic Colors of #F64E0D
Black with #F64E0D
Text Example
Text Example
White with #F64E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64E0D; }
p { color: rgb(246,78,13); }
H1.HeaderClassName
{
color: #F64E0D;
}
.AnyTagClassName
{
color: #F64E0D;
}
</style>
background-color css
<style>
a { background-color: #F64E0D; }
a { background-color: rgb(246,78,13); }
div.DivClassName
{
background-color: #F64E0D;
}
.BgClassName
{
background-color: #F64E0D;
}
</style>
border-color css
<style>
span { border-color: #F64E0D; }
span { border-color: rgb(246,78,13); }
td.TdClassName
{
border-color: #F64E0D;
}
.TagClassName
{
border-color: #F64E0D;
}
</style>