Shades of Vermilion #F64C02
Tints of Vermilion #F64C02
RGB
CMYK
RGB Variations
Color information
#F64C02 (or 0xF64C02) is known color: Vermilion. HEX triplet: F6, 4C and 02. RGB value is (246,76,2). Sum of RGB (Red+Green+Blue) = 246+76+2=324 (42% of max value = 765). Red value is 246 (96.48% from 255 or 75.93% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64C02 is #09B3FD. Grayscale: #767676. Windows color (decimal): -635902 or 150774. OLE color: 150774.
HSL color Cylindrical-coordinate representation of color #F64C02: hue angle of 18.2º 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 #F64C02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.04 |
| HSL | 18.2º | 0.98% | 0.49% | - |
| HSV(B) | 18.2º | 0.99% | 0.96% | - |
| XYZ | 40.6 | 24.77 | 2.7 | - |
| YUV | 118.39 | 62.32 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 2 | 0 | 0.69 | 0.99 | 0.04 | 18.2 | 0.98 | 0.49 |
| Hex | F6 | 4C | 2 | 0 | 45 | 63 | 4 | 12 | 62 | 31 |
| Octal | 366 | 114 | 2 | 0 | 105 | 143 | 4 | 22 | 142 | 61 |
| Binary | 11110110 | 1001100 | 10 | 0 | 1000101 | 1100011 | 100 | 10010 | 1100010 | 110001 |
Color Harmonies of #F64C02
Complementary color
Monochromatic Colors of #F64C02
Black with #F64C02
Text Example
Text Example
White with #F64C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64C02; }
p { color: rgb(246,76,2); }
H1.HeaderClassName
{
color: #F64C02;
}
.AnyTagClassName
{
color: #F64C02;
}
</style>
background-color css
<style>
a { background-color: #F64C02; }
a { background-color: rgb(246,76,2); }
div.DivClassName
{
background-color: #F64C02;
}
.BgClassName
{
background-color: #F64C02;
}
</style>
border-color css
<style>
span { border-color: #F64C02; }
span { border-color: rgb(246,76,2); }
td.TdClassName
{
border-color: #F64C02;
}
.TagClassName
{
border-color: #F64C02;
}
</style>