Shades of Vermilion #F64E08
Tints of Vermilion #F64E08
RGB
CMYK
RGB Variations
Color information
#F64E08 (or 0xF64E08) is known color: Vermilion. HEX triplet: F6, 4E and 08. RGB value is (246,78,8). Sum of RGB (Red+Green+Blue) = 246+78+8=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64E08 is #09B1F7. Grayscale: #787878. Windows color (decimal): -635384 or 544502. OLE color: 544502.
HSL color Cylindrical-coordinate representation of color #F64E08: hue angle of 17.65º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F64E08 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 8 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.04 |
| HSL | 17.65º | 0.94% | 0.5% | - |
| HSV(B) | 17.65º | 0.97% | 0.96% | - |
| XYZ | 40.77 | 25.06 | 2.92 | - |
| YUV | 120.25 | 64.66 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 8 | 0 | 0.68 | 0.97 | 0.04 | 17.65 | 0.94 | 0.5 |
| Hex | F6 | 4E | 8 | 0 | 44 | 61 | 4 | 12 | 5E | 32 |
| Octal | 366 | 116 | 10 | 0 | 104 | 141 | 4 | 22 | 136 | 62 |
| Binary | 11110110 | 1001110 | 1000 | 0 | 1000100 | 1100001 | 100 | 10010 | 1011110 | 110010 |
Color Harmonies of #F64E08
Complementary color
Monochromatic Colors of #F64E08
Black with #F64E08
Text Example
Text Example
White with #F64E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64E08; }
p { color: rgb(246,78,8); }
H1.HeaderClassName
{
color: #F64E08;
}
.AnyTagClassName
{
color: #F64E08;
}
</style>
background-color css
<style>
a { background-color: #F64E08; }
a { background-color: rgb(246,78,8); }
div.DivClassName
{
background-color: #F64E08;
}
.BgClassName
{
background-color: #F64E08;
}
</style>
border-color css
<style>
span { border-color: #F64E08; }
span { border-color: rgb(246,78,8); }
td.TdClassName
{
border-color: #F64E08;
}
.TagClassName
{
border-color: #F64E08;
}
</style>