Shades of Vermilion #F64A07
Tints of Vermilion #F64A07
RGB
CMYK
RGB Variations
Color information
#F64A07 (or 0xF64A07) is known color: Vermilion. HEX triplet: F6, 4A and 07. RGB value is (246,74,7). Sum of RGB (Red+Green+Blue) = 246+74+7=327 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.23% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64A07 is #09B5F8. Grayscale: #767676. Windows color (decimal): -636409 or 477942. OLE color: 477942.
HSL color Cylindrical-coordinate representation of color #F64A07: hue angle of 16.82º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F64A07 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 7 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.04 |
| HSL | 16.82º | 0.94% | 0.5% | - |
| HSV(B) | 16.82º | 0.97% | 0.96% | - |
| XYZ | 40.49 | 24.51 | 2.8 | - |
| YUV | 117.79 | 65.48 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 7 | 0 | 0.70 | 0.97 | 0.04 | 16.82 | 0.94 | 0.5 |
| Hex | F6 | 4A | 7 | 0 | 46 | 61 | 4 | 11 | 5E | 32 |
| Octal | 366 | 112 | 7 | 0 | 106 | 141 | 4 | 21 | 136 | 62 |
| Binary | 11110110 | 1001010 | 111 | 0 | 1000110 | 1100001 | 100 | 10001 | 1011110 | 110010 |
Color Harmonies of #F64A07
Complementary color
Monochromatic Colors of #F64A07
Black with #F64A07
Text Example
Text Example
White with #F64A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64A07; }
p { color: rgb(246,74,7); }
H1.HeaderClassName
{
color: #F64A07;
}
.AnyTagClassName
{
color: #F64A07;
}
</style>
background-color css
<style>
a { background-color: #F64A07; }
a { background-color: rgb(246,74,7); }
div.DivClassName
{
background-color: #F64A07;
}
.BgClassName
{
background-color: #F64A07;
}
</style>
border-color css
<style>
span { border-color: #F64A07; }
span { border-color: rgb(246,74,7); }
td.TdClassName
{
border-color: #F64A07;
}
.TagClassName
{
border-color: #F64A07;
}
</style>