Shades of Vermilion #F84D07
Tints of Vermilion #F84D07
RGB
CMYK
RGB Variations
Color information
#F84D07 (or 0xF84D07) is known color: Vermilion. HEX triplet: F8, 4D and 07. RGB value is (248,77,7). Sum of RGB (Red+Green+Blue) = 248+77+7=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F84D07 is #07B2F8. Grayscale: #787878. Windows color (decimal): -504569 or 478712. OLE color: 478712.
HSL color Cylindrical-coordinate representation of color #F84D07: hue angle of 17.43º degrees, saturation: 0.95, 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 #F84D07 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 7 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.03 |
| HSL | 17.43º | 0.95% | 0.5% | - |
| HSV(B) | 17.43º | 0.97% | 0.97% | - |
| XYZ | 41.4 | 25.28 | 2.9 | - |
| YUV | 120.15 | 64.15 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 7 | 0 | 0.69 | 0.97 | 0.03 | 17.43 | 0.95 | 0.5 |
| Hex | F8 | 4D | 7 | 0 | 45 | 61 | 3 | 11 | 5F | 32 |
| Octal | 370 | 115 | 7 | 0 | 105 | 141 | 3 | 21 | 137 | 62 |
| Binary | 11111000 | 1001101 | 111 | 0 | 1000101 | 1100001 | 11 | 10001 | 1011111 | 110010 |
Color Harmonies of #F84D07
Complementary color
Monochromatic Colors of #F84D07
Black with #F84D07
Text Example
Text Example
White with #F84D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D07; }
p { color: rgb(248,77,7); }
H1.HeaderClassName
{
color: #F84D07;
}
.AnyTagClassName
{
color: #F84D07;
}
</style>
background-color css
<style>
a { background-color: #F84D07; }
a { background-color: rgb(248,77,7); }
div.DivClassName
{
background-color: #F84D07;
}
.BgClassName
{
background-color: #F84D07;
}
</style>
border-color css
<style>
span { border-color: #F84D07; }
span { border-color: rgb(248,77,7); }
td.TdClassName
{
border-color: #F84D07;
}
.TagClassName
{
border-color: #F84D07;
}
</style>