Shades of Vermilion #F6501D
Tints of Vermilion #F6501D
RGB
CMYK
RGB Variations
Color information
#F6501D (or 0xF6501D) is known color: Vermilion. HEX triplet: F6, 50 and 1D. RGB value is (246,80,29). Sum of RGB (Red+Green+Blue) = 246+80+29=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F6501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6501D is #09AFE2. Grayscale: #7C7C7C. Windows color (decimal): -634851 or 1921270. OLE color: 1921270.
HSL color Cylindrical-coordinate representation of color #F6501D: hue angle of 14.1º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6501D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.04 |
| HSL | 14.1º | 0.92% | 0.54% | - |
| HSV(B) | 14.1º | 0.88% | 0.96% | - |
| XYZ | 41.1 | 25.42 | 3.9 | - |
| YUV | 123.82 | 74.5 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 29 | 0 | 0.67 | 0.88 | 0.04 | 14.1 | 0.92 | 0.54 |
| Hex | F6 | 50 | 1D | 0 | 43 | 58 | 4 | E | 5C | 36 |
| Octal | 366 | 120 | 35 | 0 | 103 | 130 | 4 | 16 | 134 | 66 |
| Binary | 11110110 | 1010000 | 11101 | 0 | 1000011 | 1011000 | 100 | 1110 | 1011100 | 110110 |
Color Harmonies of #F6501D
Complementary color
Monochromatic Colors of #F6501D
Black with #F6501D
Text Example
Text Example
White with #F6501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6501D; }
p { color: rgb(246,80,29); }
H1.HeaderClassName
{
color: #F6501D;
}
.AnyTagClassName
{
color: #F6501D;
}
</style>
background-color css
<style>
a { background-color: #F6501D; }
a { background-color: rgb(246,80,29); }
div.DivClassName
{
background-color: #F6501D;
}
.BgClassName
{
background-color: #F6501D;
}
</style>
border-color css
<style>
span { border-color: #F6501D; }
span { border-color: rgb(246,80,29); }
td.TdClassName
{
border-color: #F6501D;
}
.TagClassName
{
border-color: #F6501D;
}
</style>