Shades of Vermilion #F64D02
Tints of Vermilion #F64D02
RGB
CMYK
RGB Variations
Color information
#F64D02 (or 0xF64D02) is known color: Vermilion. HEX triplet: F6, 4D and 02. RGB value is (246,77,2). Sum of RGB (Red+Green+Blue) = 246+77+2=325 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.69% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64D02 is #09B2FD. Grayscale: #777777. Windows color (decimal): -635646 or 151030. OLE color: 151030.
HSL color Cylindrical-coordinate representation of color #F64D02: hue angle of 18.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F64D02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.04 |
| HSL | 18.44º | 0.98% | 0.49% | - |
| HSV(B) | 18.44º | 0.99% | 0.96% | - |
| XYZ | 40.67 | 24.9 | 2.72 | - |
| YUV | 118.98 | 61.99 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 2 | 0 | 0.69 | 0.99 | 0.04 | 18.44 | 0.98 | 0.49 |
| Hex | F6 | 4D | 2 | 0 | 45 | 63 | 4 | 12 | 62 | 31 |
| Octal | 366 | 115 | 2 | 0 | 105 | 143 | 4 | 22 | 142 | 61 |
| Binary | 11110110 | 1001101 | 10 | 0 | 1000101 | 1100011 | 100 | 10010 | 1100010 | 110001 |
Color Harmonies of #F64D02
Complementary color
Monochromatic Colors of #F64D02
Black with #F64D02
Text Example
Text Example
White with #F64D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D02; }
p { color: rgb(246,77,2); }
H1.HeaderClassName
{
color: #F64D02;
}
.AnyTagClassName
{
color: #F64D02;
}
</style>
background-color css
<style>
a { background-color: #F64D02; }
a { background-color: rgb(246,77,2); }
div.DivClassName
{
background-color: #F64D02;
}
.BgClassName
{
background-color: #F64D02;
}
</style>
border-color css
<style>
span { border-color: #F64D02; }
span { border-color: rgb(246,77,2); }
td.TdClassName
{
border-color: #F64D02;
}
.TagClassName
{
border-color: #F64D02;
}
</style>