Shades of Vermilion #F64D09
Tints of Vermilion #F64D09
RGB
CMYK
RGB Variations
Color information
#F64D09 (or 0xF64D09) is known color: Vermilion. HEX triplet: F6, 4D and 09. RGB value is (246,77,9). Sum of RGB (Red+Green+Blue) = 246+77+9=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64D09 is #09B2F6. Grayscale: #787878. Windows color (decimal): -635639 or 609782. OLE color: 609782.
HSL color Cylindrical-coordinate representation of color #F64D09: hue angle of 17.22º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F64D09 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 9 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.04 |
| HSL | 17.22º | 0.93% | 0.5% | - |
| HSV(B) | 17.22º | 0.96% | 0.96% | - |
| XYZ | 40.71 | 24.92 | 2.92 | - |
| YUV | 119.78 | 65.49 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 9 | 0 | 0.69 | 0.96 | 0.04 | 17.22 | 0.93 | 0.5 |
| Hex | F6 | 4D | 9 | 0 | 45 | 60 | 4 | 11 | 5D | 32 |
| Octal | 366 | 115 | 11 | 0 | 105 | 140 | 4 | 21 | 135 | 62 |
| Binary | 11110110 | 1001101 | 1001 | 0 | 1000101 | 1100000 | 100 | 10001 | 1011101 | 110010 |
Color Harmonies of #F64D09
Complementary color
Monochromatic Colors of #F64D09
Black with #F64D09
Text Example
Text Example
White with #F64D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D09; }
p { color: rgb(246,77,9); }
H1.HeaderClassName
{
color: #F64D09;
}
.AnyTagClassName
{
color: #F64D09;
}
</style>
background-color css
<style>
a { background-color: #F64D09; }
a { background-color: rgb(246,77,9); }
div.DivClassName
{
background-color: #F64D09;
}
.BgClassName
{
background-color: #F64D09;
}
</style>
border-color css
<style>
span { border-color: #F64D09; }
span { border-color: rgb(246,77,9); }
td.TdClassName
{
border-color: #F64D09;
}
.TagClassName
{
border-color: #F64D09;
}
</style>