Shades of Vermilion #F64C01
Tints of Vermilion #F64C01
RGB
CMYK
RGB Variations
Color information
#F64C01 (or 0xF64C01) is known color: Vermilion. HEX triplet: F6, 4C and 01. RGB value is (246,76,1). Sum of RGB (Red+Green+Blue) = 246+76+1=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64C01 is #09B3FE. Grayscale: #767676. Windows color (decimal): -635903 or 85238. OLE color: 85238.
HSL color Cylindrical-coordinate representation of color #F64C01: hue angle of 18.37º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F64C01 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.04 |
| HSL | 18.37º | 0.99% | 0.48% | - |
| HSV(B) | 18.37º | 1% | 0.96% | - |
| XYZ | 40.6 | 24.76 | 2.67 | - |
| YUV | 118.28 | 61.82 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 1 | 0 | 0.69 | 1.00 | 0.04 | 18.37 | 0.99 | 0.48 |
| Hex | F6 | 4C | 1 | 0 | 45 | 64 | 4 | 12 | 63 | 30 |
| Octal | 366 | 114 | 1 | 0 | 105 | 144 | 4 | 22 | 143 | 60 |
| Binary | 11110110 | 1001100 | 1 | 0 | 1000101 | 1100100 | 100 | 10010 | 1100011 | 110000 |
Color Harmonies of #F64C01
Complementary color
Monochromatic Colors of #F64C01
Black with #F64C01
Text Example
Text Example
White with #F64C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64C01; }
p { color: rgb(246,76,1); }
H1.HeaderClassName
{
color: #F64C01;
}
.AnyTagClassName
{
color: #F64C01;
}
</style>
background-color css
<style>
a { background-color: #F64C01; }
a { background-color: rgb(246,76,1); }
div.DivClassName
{
background-color: #F64C01;
}
.BgClassName
{
background-color: #F64C01;
}
</style>
border-color css
<style>
span { border-color: #F64C01; }
span { border-color: rgb(246,76,1); }
td.TdClassName
{
border-color: #F64C01;
}
.TagClassName
{
border-color: #F64C01;
}
</style>