Shades of Vermilion #F84D05
Tints of Vermilion #F84D05
RGB
CMYK
RGB Variations
Color information
#F84D05 (or 0xF84D05) is known color: Vermilion. HEX triplet: F8, 4D and 05. RGB value is (248,77,5). Sum of RGB (Red+Green+Blue) = 248+77+5=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F84D05 is #07B2FA. Grayscale: #787878. Windows color (decimal): -504571 or 347640. OLE color: 347640.
HSL color Cylindrical-coordinate representation of color #F84D05: hue angle of 17.78º degrees, saturation: 0.96, 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 #F84D05 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 5 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.03 |
| HSL | 17.78º | 0.96% | 0.5% | - |
| HSV(B) | 17.78º | 0.98% | 0.97% | - |
| XYZ | 41.39 | 25.28 | 2.84 | - |
| YUV | 119.92 | 63.15 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 5 | 0 | 0.69 | 0.98 | 0.03 | 17.78 | 0.96 | 0.5 |
| Hex | F8 | 4D | 5 | 0 | 45 | 62 | 3 | 12 | 60 | 32 |
| Octal | 370 | 115 | 5 | 0 | 105 | 142 | 3 | 22 | 140 | 62 |
| Binary | 11111000 | 1001101 | 101 | 0 | 1000101 | 1100010 | 11 | 10010 | 1100000 | 110010 |
Color Harmonies of #F84D05
Complementary color
Monochromatic Colors of #F84D05
Black with #F84D05
Text Example
Text Example
White with #F84D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D05; }
p { color: rgb(248,77,5); }
H1.HeaderClassName
{
color: #F84D05;
}
.AnyTagClassName
{
color: #F84D05;
}
</style>
background-color css
<style>
a { background-color: #F84D05; }
a { background-color: rgb(248,77,5); }
div.DivClassName
{
background-color: #F84D05;
}
.BgClassName
{
background-color: #F84D05;
}
</style>
border-color css
<style>
span { border-color: #F84D05; }
span { border-color: rgb(248,77,5); }
td.TdClassName
{
border-color: #F84D05;
}
.TagClassName
{
border-color: #F84D05;
}
</style>