Shades of Vermilion #F84C08
Tints of Vermilion #F84C08
RGB
CMYK
RGB Variations
Color information
#F84C08 (or 0xF84C08) is known color: Vermilion. HEX triplet: F8, 4C and 08. RGB value is (248,76,8). Sum of RGB (Red+Green+Blue) = 248+76+8=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84C08 is #07B3F7. Grayscale: #787878. Windows color (decimal): -504824 or 543992. OLE color: 543992.
HSL color Cylindrical-coordinate representation of color #F84C08: hue angle of 17º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F84C08 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 8 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.03 |
| HSL | 17º | 0.94% | 0.5% | - |
| HSV(B) | 17º | 0.97% | 0.97% | - |
| XYZ | 41.34 | 25.14 | 2.9 | - |
| YUV | 119.68 | 64.98 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 8 | 0 | 0.69 | 0.97 | 0.03 | 17 | 0.94 | 0.5 |
| Hex | F8 | 4C | 8 | 0 | 45 | 61 | 3 | 11 | 5E | 32 |
| Octal | 370 | 114 | 10 | 0 | 105 | 141 | 3 | 21 | 136 | 62 |
| Binary | 11111000 | 1001100 | 1000 | 0 | 1000101 | 1100001 | 11 | 10001 | 1011110 | 110010 |
Color Harmonies of #F84C08
Complementary color
Monochromatic Colors of #F84C08
Black with #F84C08
Text Example
Text Example
White with #F84C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C08; }
p { color: rgb(248,76,8); }
H1.HeaderClassName
{
color: #F84C08;
}
.AnyTagClassName
{
color: #F84C08;
}
</style>
background-color css
<style>
a { background-color: #F84C08; }
a { background-color: rgb(248,76,8); }
div.DivClassName
{
background-color: #F84C08;
}
.BgClassName
{
background-color: #F84C08;
}
</style>
border-color css
<style>
span { border-color: #F84C08; }
span { border-color: rgb(248,76,8); }
td.TdClassName
{
border-color: #F84C08;
}
.TagClassName
{
border-color: #F84C08;
}
</style>