Shades of Vermilion #F84A0E
Tints of Vermilion #F84A0E
RGB
CMYK
RGB Variations
Color information
#F84A0E (or 0xF84A0E) is known color: Vermilion. HEX triplet: F8, 4A and 0E. RGB value is (248,74,14). Sum of RGB (Red+Green+Blue) = 248+74+14=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A0E is #07B5F1. Grayscale: #777777. Windows color (decimal): -505330 or 936696. OLE color: 936696.
HSL color Cylindrical-coordinate representation of color #F84A0E: hue angle of 15.38º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F84A0E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.03 |
| HSL | 15.38º | 0.94% | 0.51% | - |
| HSV(B) | 15.38º | 0.94% | 0.97% | - |
| XYZ | 41.24 | 24.89 | 3.05 | - |
| YUV | 119.19 | 68.65 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 14 | 0 | 0.70 | 0.94 | 0.03 | 15.38 | 0.94 | 0.51 |
| Hex | F8 | 4A | E | 0 | 46 | 5E | 3 | F | 5E | 33 |
| Octal | 370 | 112 | 16 | 0 | 106 | 136 | 3 | 17 | 136 | 63 |
| Binary | 11111000 | 1001010 | 1110 | 0 | 1000110 | 1011110 | 11 | 1111 | 1011110 | 110011 |
Color Harmonies of #F84A0E
Complementary color
Monochromatic Colors of #F84A0E
Black with #F84A0E
Text Example
Text Example
White with #F84A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A0E; }
p { color: rgb(248,74,14); }
H1.HeaderClassName
{
color: #F84A0E;
}
.AnyTagClassName
{
color: #F84A0E;
}
</style>
background-color css
<style>
a { background-color: #F84A0E; }
a { background-color: rgb(248,74,14); }
div.DivClassName
{
background-color: #F84A0E;
}
.BgClassName
{
background-color: #F84A0E;
}
</style>
border-color css
<style>
span { border-color: #F84A0E; }
span { border-color: rgb(248,74,14); }
td.TdClassName
{
border-color: #F84A0E;
}
.TagClassName
{
border-color: #F84A0E;
}
</style>