Shades of Vermilion #F84E04
Tints of Vermilion #F84E04
RGB
CMYK
RGB Variations
Color information
#F84E04 (or 0xF84E04) is known color: Vermilion. HEX triplet: F8, 4E and 04. RGB value is (248,78,4). Sum of RGB (Red+Green+Blue) = 248+78+4=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F84E04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F84E04 is #07B1FB. Grayscale: #787878. Windows color (decimal): -504316 or 282360. OLE color: 282360.
HSL color Cylindrical-coordinate representation of color #F84E04: hue angle of 18.2º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F84E04 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.03 |
| HSL | 18.2º | 0.97% | 0.49% | - |
| HSV(B) | 18.2º | 0.98% | 0.97% | - |
| XYZ | 41.46 | 25.41 | 2.84 | - |
| YUV | 120.39 | 62.32 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 4 | 0 | 0.69 | 0.98 | 0.03 | 18.2 | 0.97 | 0.49 |
| Hex | F8 | 4E | 4 | 0 | 45 | 62 | 3 | 12 | 61 | 31 |
| Octal | 370 | 116 | 4 | 0 | 105 | 142 | 3 | 22 | 141 | 61 |
| Binary | 11111000 | 1001110 | 100 | 0 | 1000101 | 1100010 | 11 | 10010 | 1100001 | 110001 |
Color Harmonies of #F84E04
Complementary color
Monochromatic Colors of #F84E04
Black with #F84E04
Text Example
Text Example
White with #F84E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84E04; }
p { color: rgb(248,78,4); }
H1.HeaderClassName
{
color: #F84E04;
}
.AnyTagClassName
{
color: #F84E04;
}
</style>
background-color css
<style>
a { background-color: #F84E04; }
a { background-color: rgb(248,78,4); }
div.DivClassName
{
background-color: #F84E04;
}
.BgClassName
{
background-color: #F84E04;
}
</style>
border-color css
<style>
span { border-color: #F84E04; }
span { border-color: rgb(248,78,4); }
td.TdClassName
{
border-color: #F84E04;
}
.TagClassName
{
border-color: #F84E04;
}
</style>