Shades of Vermilion #F64902
Tints of Vermilion #F64902
RGB
CMYK
RGB Variations
Color information
#F64902 (or 0xF64902) is known color: Vermilion. HEX triplet: F6, 49 and 02. RGB value is (246,73,2). Sum of RGB (Red+Green+Blue) = 246+73+2=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F64902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64902 is #09B6FD. Grayscale: #757575. Windows color (decimal): -636670 or 150006. OLE color: 150006.
HSL color Cylindrical-coordinate representation of color #F64902: hue angle of 17.46º 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 #F64902 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.04 |
| HSL | 17.46º | 0.98% | 0.49% | - |
| HSV(B) | 17.46º | 0.99% | 0.96% | - |
| XYZ | 40.4 | 24.36 | 2.63 | - |
| YUV | 116.63 | 63.31 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 2 | 0 | 0.70 | 0.99 | 0.04 | 17.46 | 0.98 | 0.49 |
| Hex | F6 | 49 | 2 | 0 | 46 | 63 | 4 | 11 | 62 | 31 |
| Octal | 366 | 111 | 2 | 0 | 106 | 143 | 4 | 21 | 142 | 61 |
| Binary | 11110110 | 1001001 | 10 | 0 | 1000110 | 1100011 | 100 | 10001 | 1100010 | 110001 |
Color Harmonies of #F64902
Complementary color
Monochromatic Colors of #F64902
Black with #F64902
Text Example
Text Example
White with #F64902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64902; }
p { color: rgb(246,73,2); }
H1.HeaderClassName
{
color: #F64902;
}
.AnyTagClassName
{
color: #F64902;
}
</style>
background-color css
<style>
a { background-color: #F64902; }
a { background-color: rgb(246,73,2); }
div.DivClassName
{
background-color: #F64902;
}
.BgClassName
{
background-color: #F64902;
}
</style>
border-color css
<style>
span { border-color: #F64902; }
span { border-color: rgb(246,73,2); }
td.TdClassName
{
border-color: #F64902;
}
.TagClassName
{
border-color: #F64902;
}
</style>