Shades of Vermilion #F84D0A
Tints of Vermilion #F84D0A
RGB
CMYK
RGB Variations
Color information
#F84D0A (or 0xF84D0A) is known color: Vermilion. HEX triplet: F8, 4D and 0A. RGB value is (248,77,10). Sum of RGB (Red+Green+Blue) = 248+77+10=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F84D0A is #07B2F5. Grayscale: #787878. Windows color (decimal): -504566 or 675320. OLE color: 675320.
HSL color Cylindrical-coordinate representation of color #F84D0A: hue angle of 16.89º 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 #F84D0A is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 10 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.03 |
| HSL | 16.89º | 0.94% | 0.51% | - |
| HSV(B) | 16.89º | 0.96% | 0.97% | - |
| XYZ | 41.42 | 25.29 | 2.98 | - |
| YUV | 120.49 | 65.65 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 10 | 0 | 0.69 | 0.96 | 0.03 | 16.89 | 0.94 | 0.51 |
| Hex | F8 | 4D | A | 0 | 45 | 60 | 3 | 11 | 5E | 33 |
| Octal | 370 | 115 | 12 | 0 | 105 | 140 | 3 | 21 | 136 | 63 |
| Binary | 11111000 | 1001101 | 1010 | 0 | 1000101 | 1100000 | 11 | 10001 | 1011110 | 110011 |
Color Harmonies of #F84D0A
Complementary color
Monochromatic Colors of #F84D0A
Black with #F84D0A
Text Example
Text Example
White with #F84D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D0A; }
p { color: rgb(248,77,10); }
H1.HeaderClassName
{
color: #F84D0A;
}
.AnyTagClassName
{
color: #F84D0A;
}
</style>
background-color css
<style>
a { background-color: #F84D0A; }
a { background-color: rgb(248,77,10); }
div.DivClassName
{
background-color: #F84D0A;
}
.BgClassName
{
background-color: #F84D0A;
}
</style>
border-color css
<style>
span { border-color: #F84D0A; }
span { border-color: rgb(248,77,10); }
td.TdClassName
{
border-color: #F84D0A;
}
.TagClassName
{
border-color: #F84D0A;
}
</style>