Shades of Vermilion #F84D14
Tints of Vermilion #F84D14
RGB
CMYK
RGB Variations
Color information
#F84D14 (or 0xF84D14) is known color: Vermilion. HEX triplet: F8, 4D and 14. RGB value is (248,77,20). Sum of RGB (Red+Green+Blue) = 248+77+20=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F84D14 is #07B2EB. Grayscale: #7A7A7A. Windows color (decimal): -504556 or 1330680. OLE color: 1330680.
HSL color Cylindrical-coordinate representation of color #F84D14: hue angle of 15º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F84D14 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 20 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.03 |
| HSL | 15º | 0.94% | 0.53% | - |
| HSV(B) | 15º | 0.92% | 0.97% | - |
| XYZ | 41.49 | 25.31 | 3.36 | - |
| YUV | 121.63 | 70.65 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 20 | 0 | 0.69 | 0.92 | 0.03 | 15 | 0.94 | 0.53 |
| Hex | F8 | 4D | 14 | 0 | 45 | 5C | 3 | F | 5E | 35 |
| Octal | 370 | 115 | 24 | 0 | 105 | 134 | 3 | 17 | 136 | 65 |
| Binary | 11111000 | 1001101 | 10100 | 0 | 1000101 | 1011100 | 11 | 1111 | 1011110 | 110101 |
Color Harmonies of #F84D14
Complementary color
Monochromatic Colors of #F84D14
Black with #F84D14
Text Example
Text Example
White with #F84D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D14; }
p { color: rgb(248,77,20); }
H1.HeaderClassName
{
color: #F84D14;
}
.AnyTagClassName
{
color: #F84D14;
}
</style>
background-color css
<style>
a { background-color: #F84D14; }
a { background-color: rgb(248,77,20); }
div.DivClassName
{
background-color: #F84D14;
}
.BgClassName
{
background-color: #F84D14;
}
</style>
border-color css
<style>
span { border-color: #F84D14; }
span { border-color: rgb(248,77,20); }
td.TdClassName
{
border-color: #F84D14;
}
.TagClassName
{
border-color: #F84D14;
}
</style>