Shades of Vermilion #F84C04
Tints of Vermilion #F84C04
RGB
CMYK
RGB Variations
Color information
#F84C04 (or 0xF84C04) is known color: Vermilion. HEX triplet: F8, 4C and 04. RGB value is (248,76,4). Sum of RGB (Red+Green+Blue) = 248+76+4=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84C04 is #07B3FB. Grayscale: #777777. Windows color (decimal): -504828 or 281848. OLE color: 281848.
HSL color Cylindrical-coordinate representation of color #F84C04: hue angle of 17.7º 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 #F84C04 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.03 |
| HSL | 17.7º | 0.97% | 0.49% | - |
| HSV(B) | 17.7º | 0.98% | 0.97% | - |
| XYZ | 41.32 | 25.13 | 2.79 | - |
| YUV | 119.22 | 62.98 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 4 | 0 | 0.69 | 0.98 | 0.03 | 17.7 | 0.97 | 0.49 |
| Hex | F8 | 4C | 4 | 0 | 45 | 62 | 3 | 12 | 61 | 31 |
| Octal | 370 | 114 | 4 | 0 | 105 | 142 | 3 | 22 | 141 | 61 |
| Binary | 11111000 | 1001100 | 100 | 0 | 1000101 | 1100010 | 11 | 10010 | 1100001 | 110001 |
Color Harmonies of #F84C04
Complementary color
Monochromatic Colors of #F84C04
Black with #F84C04
Text Example
Text Example
White with #F84C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C04; }
p { color: rgb(248,76,4); }
H1.HeaderClassName
{
color: #F84C04;
}
.AnyTagClassName
{
color: #F84C04;
}
</style>
background-color css
<style>
a { background-color: #F84C04; }
a { background-color: rgb(248,76,4); }
div.DivClassName
{
background-color: #F84C04;
}
.BgClassName
{
background-color: #F84C04;
}
</style>
border-color css
<style>
span { border-color: #F84C04; }
span { border-color: rgb(248,76,4); }
td.TdClassName
{
border-color: #F84C04;
}
.TagClassName
{
border-color: #F84C04;
}
</style>