Shades of Vermilion #F84C18
Tints of Vermilion #F84C18
RGB
CMYK
RGB Variations
Color information
#F84C18 (or 0xF84C18) is known color: Vermilion. HEX triplet: F8, 4C and 18. RGB value is (248,76,24). Sum of RGB (Red+Green+Blue) = 248+76+24=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84C18 is #07B3E7. Grayscale: #797979. Windows color (decimal): -504808 or 1592568. OLE color: 1592568.
HSL color Cylindrical-coordinate representation of color #F84C18: hue angle of 13.93º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F84C18 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 24 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.03 |
| HSL | 13.93º | 0.94% | 0.53% | - |
| HSV(B) | 13.93º | 0.9% | 0.97% | - |
| XYZ | 41.46 | 25.19 | 3.54 | - |
| YUV | 121.5 | 72.98 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 24 | 0 | 0.69 | 0.90 | 0.03 | 13.93 | 0.94 | 0.53 |
| Hex | F8 | 4C | 18 | 0 | 45 | 5A | 3 | E | 5E | 35 |
| Octal | 370 | 114 | 30 | 0 | 105 | 132 | 3 | 16 | 136 | 65 |
| Binary | 11111000 | 1001100 | 11000 | 0 | 1000101 | 1011010 | 11 | 1110 | 1011110 | 110101 |
Color Harmonies of #F84C18
Complementary color
Monochromatic Colors of #F84C18
Black with #F84C18
Text Example
Text Example
White with #F84C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C18; }
p { color: rgb(248,76,24); }
H1.HeaderClassName
{
color: #F84C18;
}
.AnyTagClassName
{
color: #F84C18;
}
</style>
background-color css
<style>
a { background-color: #F84C18; }
a { background-color: rgb(248,76,24); }
div.DivClassName
{
background-color: #F84C18;
}
.BgClassName
{
background-color: #F84C18;
}
</style>
border-color css
<style>
span { border-color: #F84C18; }
span { border-color: rgb(248,76,24); }
td.TdClassName
{
border-color: #F84C18;
}
.TagClassName
{
border-color: #F84C18;
}
</style>