Shades of Vermilion #F64D12
Tints of Vermilion #F64D12
RGB
CMYK
RGB Variations
Color information
#F64D12 (or 0xF64D12) is known color: Vermilion. HEX triplet: F6, 4D and 12. RGB value is (246,77,18). Sum of RGB (Red+Green+Blue) = 246+77+18=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64D12 is #09B2ED. Grayscale: #797979. Windows color (decimal): -635630 or 1199606. OLE color: 1199606.
HSL color Cylindrical-coordinate representation of color #F64D12: hue angle of 15.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F64D12 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 18 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.04 |
| HSL | 15.53º | 0.93% | 0.52% | - |
| HSV(B) | 15.53º | 0.93% | 0.96% | - |
| XYZ | 40.77 | 24.94 | 3.24 | - |
| YUV | 120.81 | 69.99 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 18 | 0 | 0.69 | 0.93 | 0.04 | 15.53 | 0.93 | 0.52 |
| Hex | F6 | 4D | 12 | 0 | 45 | 5D | 4 | 10 | 5D | 34 |
| Octal | 366 | 115 | 22 | 0 | 105 | 135 | 4 | 20 | 135 | 64 |
| Binary | 11110110 | 1001101 | 10010 | 0 | 1000101 | 1011101 | 100 | 10000 | 1011101 | 110100 |
Color Harmonies of #F64D12
Complementary color
Monochromatic Colors of #F64D12
Black with #F64D12
Text Example
Text Example
White with #F64D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D12; }
p { color: rgb(246,77,18); }
H1.HeaderClassName
{
color: #F64D12;
}
.AnyTagClassName
{
color: #F64D12;
}
</style>
background-color css
<style>
a { background-color: #F64D12; }
a { background-color: rgb(246,77,18); }
div.DivClassName
{
background-color: #F64D12;
}
.BgClassName
{
background-color: #F64D12;
}
</style>
border-color css
<style>
span { border-color: #F64D12; }
span { border-color: rgb(246,77,18); }
td.TdClassName
{
border-color: #F64D12;
}
.TagClassName
{
border-color: #F64D12;
}
</style>