Shades of Vermilion #F84A03
Tints of Vermilion #F84A03
RGB
CMYK
RGB Variations
Color information
#F84A03 (or 0xF84A03) is known color: Vermilion. HEX triplet: F8, 4A and 03. RGB value is (248,74,3). Sum of RGB (Red+Green+Blue) = 248+74+3=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A03 is #07B5FC. Grayscale: #767676. Windows color (decimal): -505341 or 215800. OLE color: 215800.
HSL color Cylindrical-coordinate representation of color #F84A03: hue angle of 17.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F84A03 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.03 |
| HSL | 17.39º | 0.98% | 0.49% | - |
| HSV(B) | 17.39º | 0.99% | 0.97% | - |
| XYZ | 41.18 | 24.86 | 2.71 | - |
| YUV | 117.93 | 63.15 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 3 | 0 | 0.70 | 0.99 | 0.03 | 17.39 | 0.98 | 0.49 |
| Hex | F8 | 4A | 3 | 0 | 46 | 63 | 3 | 11 | 62 | 31 |
| Octal | 370 | 112 | 3 | 0 | 106 | 143 | 3 | 21 | 142 | 61 |
| Binary | 11111000 | 1001010 | 11 | 0 | 1000110 | 1100011 | 11 | 10001 | 1100010 | 110001 |
Color Harmonies of #F84A03
Complementary color
Monochromatic Colors of #F84A03
Black with #F84A03
Text Example
Text Example
White with #F84A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A03; }
p { color: rgb(248,74,3); }
H1.HeaderClassName
{
color: #F84A03;
}
.AnyTagClassName
{
color: #F84A03;
}
</style>
background-color css
<style>
a { background-color: #F84A03; }
a { background-color: rgb(248,74,3); }
div.DivClassName
{
background-color: #F84A03;
}
.BgClassName
{
background-color: #F84A03;
}
</style>
border-color css
<style>
span { border-color: #F84A03; }
span { border-color: rgb(248,74,3); }
td.TdClassName
{
border-color: #F84A03;
}
.TagClassName
{
border-color: #F84A03;
}
</style>