Shades of Vermilion #F64F16
Tints of Vermilion #F64F16
RGB
CMYK
RGB Variations
Color information
#F64F16 (or 0xF64F16) is known color: Vermilion. HEX triplet: F6, 4F and 16. RGB value is (246,79,22). Sum of RGB (Red+Green+Blue) = 246+79+22=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F16 is #09B0E9. Grayscale: #7A7A7A. Windows color (decimal): -635114 or 1462262. OLE color: 1462262.
HSL color Cylindrical-coordinate representation of color #F64F16: hue angle of 15.27º 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 #F64F16 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 22 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.04 |
| HSL | 15.27º | 0.93% | 0.53% | - |
| HSV(B) | 15.27º | 0.91% | 0.96% | - |
| XYZ | 40.95 | 25.24 | 3.47 | - |
| YUV | 122.44 | 71.33 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 22 | 0 | 0.68 | 0.91 | 0.04 | 15.27 | 0.93 | 0.53 |
| Hex | F6 | 4F | 16 | 0 | 44 | 5B | 4 | F | 5D | 35 |
| Octal | 366 | 117 | 26 | 0 | 104 | 133 | 4 | 17 | 135 | 65 |
| Binary | 11110110 | 1001111 | 10110 | 0 | 1000100 | 1011011 | 100 | 1111 | 1011101 | 110101 |
Color Harmonies of #F64F16
Complementary color
Monochromatic Colors of #F64F16
Black with #F64F16
Text Example
Text Example
White with #F64F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F16; }
p { color: rgb(246,79,22); }
H1.HeaderClassName
{
color: #F64F16;
}
.AnyTagClassName
{
color: #F64F16;
}
</style>
background-color css
<style>
a { background-color: #F64F16; }
a { background-color: rgb(246,79,22); }
div.DivClassName
{
background-color: #F64F16;
}
.BgClassName
{
background-color: #F64F16;
}
</style>
border-color css
<style>
span { border-color: #F64F16; }
span { border-color: rgb(246,79,22); }
td.TdClassName
{
border-color: #F64F16;
}
.TagClassName
{
border-color: #F64F16;
}
</style>