Shades of Vermilion #F84D06
Tints of Vermilion #F84D06
RGB
CMYK
RGB Variations
Color information
#F84D06 (or 0xF84D06) is known color: Vermilion. HEX triplet: F8, 4D and 06. RGB value is (248,77,6). Sum of RGB (Red+Green+Blue) = 248+77+6=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F84D06 is #07B2F9. Grayscale: #787878. Windows color (decimal): -504570 or 413176. OLE color: 413176.
HSL color Cylindrical-coordinate representation of color #F84D06: hue angle of 17.6º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F84D06 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 6 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.03 |
| HSL | 17.6º | 0.95% | 0.5% | - |
| HSV(B) | 17.6º | 0.98% | 0.97% | - |
| XYZ | 41.4 | 25.28 | 2.87 | - |
| YUV | 120.04 | 63.65 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 6 | 0 | 0.69 | 0.98 | 0.03 | 17.6 | 0.95 | 0.5 |
| Hex | F8 | 4D | 6 | 0 | 45 | 62 | 3 | 12 | 5F | 32 |
| Octal | 370 | 115 | 6 | 0 | 105 | 142 | 3 | 22 | 137 | 62 |
| Binary | 11111000 | 1001101 | 110 | 0 | 1000101 | 1100010 | 11 | 10010 | 1011111 | 110010 |
Color Harmonies of #F84D06
Complementary color
Monochromatic Colors of #F84D06
Black with #F84D06
Text Example
Text Example
White with #F84D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D06; }
p { color: rgb(248,77,6); }
H1.HeaderClassName
{
color: #F84D06;
}
.AnyTagClassName
{
color: #F84D06;
}
</style>
background-color css
<style>
a { background-color: #F84D06; }
a { background-color: rgb(248,77,6); }
div.DivClassName
{
background-color: #F84D06;
}
.BgClassName
{
background-color: #F84D06;
}
</style>
border-color css
<style>
span { border-color: #F84D06; }
span { border-color: rgb(248,77,6); }
td.TdClassName
{
border-color: #F84D06;
}
.TagClassName
{
border-color: #F84D06;
}
</style>