Shades of Vermilion #F84C06
Tints of Vermilion #F84C06
RGB
CMYK
RGB Variations
Color information
#F84C06 (or 0xF84C06) is known color: Vermilion. HEX triplet: F8, 4C and 06. RGB value is (248,76,6). Sum of RGB (Red+Green+Blue) = 248+76+6=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84C06 is #07B3F9. Grayscale: #777777. Windows color (decimal): -504826 or 412920. OLE color: 412920.
HSL color Cylindrical-coordinate representation of color #F84C06: hue angle of 17.36º 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 #F84C06 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 6 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.03 |
| HSL | 17.36º | 0.95% | 0.5% | - |
| HSV(B) | 17.36º | 0.98% | 0.97% | - |
| XYZ | 41.33 | 25.14 | 2.85 | - |
| YUV | 119.45 | 63.98 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 6 | 0 | 0.69 | 0.98 | 0.03 | 17.36 | 0.95 | 0.5 |
| Hex | F8 | 4C | 6 | 0 | 45 | 62 | 3 | 11 | 5F | 32 |
| Octal | 370 | 114 | 6 | 0 | 105 | 142 | 3 | 21 | 137 | 62 |
| Binary | 11111000 | 1001100 | 110 | 0 | 1000101 | 1100010 | 11 | 10001 | 1011111 | 110010 |
Color Harmonies of #F84C06
Complementary color
Monochromatic Colors of #F84C06
Black with #F84C06
Text Example
Text Example
White with #F84C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C06; }
p { color: rgb(248,76,6); }
H1.HeaderClassName
{
color: #F84C06;
}
.AnyTagClassName
{
color: #F84C06;
}
</style>
background-color css
<style>
a { background-color: #F84C06; }
a { background-color: rgb(248,76,6); }
div.DivClassName
{
background-color: #F84C06;
}
.BgClassName
{
background-color: #F84C06;
}
</style>
border-color css
<style>
span { border-color: #F84C06; }
span { border-color: rgb(248,76,6); }
td.TdClassName
{
border-color: #F84C06;
}
.TagClassName
{
border-color: #F84C06;
}
</style>