Shades of Vermilion #F84A05
Tints of Vermilion #F84A05
RGB
CMYK
RGB Variations
Color information
#F84A05 (or 0xF84A05) is known color: Vermilion. HEX triplet: F8, 4A and 05. RGB value is (248,74,5). Sum of RGB (Red+Green+Blue) = 248+74+5=327 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.84% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A05 is #07B5FA. Grayscale: #767676. Windows color (decimal): -505339 or 346872. OLE color: 346872.
HSL color Cylindrical-coordinate representation of color #F84A05: hue angle of 17.04º 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 #F84A05 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.03 |
| HSL | 17.04º | 0.96% | 0.5% | - |
| HSV(B) | 17.04º | 0.98% | 0.97% | - |
| XYZ | 41.19 | 24.86 | 2.77 | - |
| YUV | 118.16 | 64.15 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 5 | 0 | 0.70 | 0.98 | 0.03 | 17.04 | 0.96 | 0.5 |
| Hex | F8 | 4A | 5 | 0 | 46 | 62 | 3 | 11 | 60 | 32 |
| Octal | 370 | 112 | 5 | 0 | 106 | 142 | 3 | 21 | 140 | 62 |
| Binary | 11111000 | 1001010 | 101 | 0 | 1000110 | 1100010 | 11 | 10001 | 1100000 | 110010 |
Color Harmonies of #F84A05
Complementary color
Monochromatic Colors of #F84A05
Black with #F84A05
Text Example
Text Example
White with #F84A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A05; }
p { color: rgb(248,74,5); }
H1.HeaderClassName
{
color: #F84A05;
}
.AnyTagClassName
{
color: #F84A05;
}
</style>
background-color css
<style>
a { background-color: #F84A05; }
a { background-color: rgb(248,74,5); }
div.DivClassName
{
background-color: #F84A05;
}
.BgClassName
{
background-color: #F84A05;
}
</style>
border-color css
<style>
span { border-color: #F84A05; }
span { border-color: rgb(248,74,5); }
td.TdClassName
{
border-color: #F84A05;
}
.TagClassName
{
border-color: #F84A05;
}
</style>