Shades of Vermilion #F84C0A
Tints of Vermilion #F84C0A
RGB
CMYK
RGB Variations
Color information
#F84C0A (or 0xF84C0A) is known color: Vermilion. HEX triplet: F8, 4C and 0A. RGB value is (248,76,10). Sum of RGB (Red+Green+Blue) = 248+76+10=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84C0A is #07B3F5. Grayscale: #787878. Windows color (decimal): -504822 or 675064. OLE color: 675064.
HSL color Cylindrical-coordinate representation of color #F84C0A: hue angle of 16.64º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F84C0A is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 10 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.03 |
| HSL | 16.64º | 0.94% | 0.51% | - |
| HSV(B) | 16.64º | 0.96% | 0.97% | - |
| XYZ | 41.35 | 25.15 | 2.96 | - |
| YUV | 119.9 | 65.98 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 10 | 0 | 0.69 | 0.96 | 0.03 | 16.64 | 0.94 | 0.51 |
| Hex | F8 | 4C | A | 0 | 45 | 60 | 3 | 11 | 5E | 33 |
| Octal | 370 | 114 | 12 | 0 | 105 | 140 | 3 | 21 | 136 | 63 |
| Binary | 11111000 | 1001100 | 1010 | 0 | 1000101 | 1100000 | 11 | 10001 | 1011110 | 110011 |
Color Harmonies of #F84C0A
Complementary color
Monochromatic Colors of #F84C0A
Black with #F84C0A
Text Example
Text Example
White with #F84C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C0A; }
p { color: rgb(248,76,10); }
H1.HeaderClassName
{
color: #F84C0A;
}
.AnyTagClassName
{
color: #F84C0A;
}
</style>
background-color css
<style>
a { background-color: #F84C0A; }
a { background-color: rgb(248,76,10); }
div.DivClassName
{
background-color: #F84C0A;
}
.BgClassName
{
background-color: #F84C0A;
}
</style>
border-color css
<style>
span { border-color: #F84C0A; }
span { border-color: rgb(248,76,10); }
td.TdClassName
{
border-color: #F84C0A;
}
.TagClassName
{
border-color: #F84C0A;
}
</style>