Shades of Vermilion #F64F14
Tints of Vermilion #F64F14
RGB
CMYK
RGB Variations
Color information
#F64F14 (or 0xF64F14) is known color: Vermilion. HEX triplet: F6, 4F and 14. RGB value is (246,79,20). Sum of RGB (Red+Green+Blue) = 246+79+20=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F14 is #09B0EB. Grayscale: #7A7A7A. Windows color (decimal): -635116 or 1331190. OLE color: 1331190.
HSL color Cylindrical-coordinate representation of color #F64F14: hue angle of 15.66º 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 #F64F14 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 20 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.04 |
| HSL | 15.66º | 0.93% | 0.52% | - |
| HSV(B) | 15.66º | 0.92% | 0.96% | - |
| XYZ | 40.93 | 25.24 | 3.38 | - |
| YUV | 122.21 | 70.33 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 20 | 0 | 0.68 | 0.92 | 0.04 | 15.66 | 0.93 | 0.52 |
| Hex | F6 | 4F | 14 | 0 | 44 | 5C | 4 | 10 | 5D | 34 |
| Octal | 366 | 117 | 24 | 0 | 104 | 134 | 4 | 20 | 135 | 64 |
| Binary | 11110110 | 1001111 | 10100 | 0 | 1000100 | 1011100 | 100 | 10000 | 1011101 | 110100 |
Color Harmonies of #F64F14
Complementary color
Monochromatic Colors of #F64F14
Black with #F64F14
Text Example
Text Example
White with #F64F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F14; }
p { color: rgb(246,79,20); }
H1.HeaderClassName
{
color: #F64F14;
}
.AnyTagClassName
{
color: #F64F14;
}
</style>
background-color css
<style>
a { background-color: #F64F14; }
a { background-color: rgb(246,79,20); }
div.DivClassName
{
background-color: #F64F14;
}
.BgClassName
{
background-color: #F64F14;
}
</style>
border-color css
<style>
span { border-color: #F64F14; }
span { border-color: rgb(246,79,20); }
td.TdClassName
{
border-color: #F64F14;
}
.TagClassName
{
border-color: #F64F14;
}
</style>