Shades of Vermilion #F84A06
Tints of Vermilion #F84A06
RGB
CMYK
RGB Variations
Color information
#F84A06 (or 0xF84A06) is known color: Vermilion. HEX triplet: F8, 4A and 06. RGB value is (248,74,6). Sum of RGB (Red+Green+Blue) = 248+74+6=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A06 is #07B5F9. Grayscale: #767676. Windows color (decimal): -505338 or 412408. OLE color: 412408.
HSL color Cylindrical-coordinate representation of color #F84A06: hue angle of 16.86º degrees, saturation: 0.95, 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 #F84A06 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 6 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.03 |
| HSL | 16.86º | 0.95% | 0.5% | - |
| HSV(B) | 16.86º | 0.98% | 0.97% | - |
| XYZ | 41.19 | 24.87 | 2.8 | - |
| YUV | 118.27 | 64.65 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 6 | 0 | 0.70 | 0.98 | 0.03 | 16.86 | 0.95 | 0.5 |
| Hex | F8 | 4A | 6 | 0 | 46 | 62 | 3 | 11 | 5F | 32 |
| Octal | 370 | 112 | 6 | 0 | 106 | 142 | 3 | 21 | 137 | 62 |
| Binary | 11111000 | 1001010 | 110 | 0 | 1000110 | 1100010 | 11 | 10001 | 1011111 | 110010 |
Color Harmonies of #F84A06
Complementary color
Monochromatic Colors of #F84A06
Black with #F84A06
Text Example
Text Example
White with #F84A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A06; }
p { color: rgb(248,74,6); }
H1.HeaderClassName
{
color: #F84A06;
}
.AnyTagClassName
{
color: #F84A06;
}
</style>
background-color css
<style>
a { background-color: #F84A06; }
a { background-color: rgb(248,74,6); }
div.DivClassName
{
background-color: #F84A06;
}
.BgClassName
{
background-color: #F84A06;
}
</style>
border-color css
<style>
span { border-color: #F84A06; }
span { border-color: rgb(248,74,6); }
td.TdClassName
{
border-color: #F84A06;
}
.TagClassName
{
border-color: #F84A06;
}
</style>