Shades of Vermilion #FE4A04
Tints of Vermilion #FE4A04
RGB
CMYK
RGB Variations
Color information
#FE4A04 (or 0xFE4A04) is known color: Vermilion. HEX triplet: FE, 4A and 04. RGB value is (254,74,4). Sum of RGB (Red+Green+Blue) = 254+74+4=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4A04 is #01B5FB. Grayscale: #787878. Windows color (decimal): -112124 or 281342. OLE color: 281342.
HSL color Cylindrical-coordinate representation of color #FE4A04: hue angle of 16.8º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE4A04 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.00 |
| HSL | 16.8º | 0.99% | 0.51% | - |
| HSV(B) | 16.8º | 0.98% | 1% | - |
| XYZ | 43.34 | 25.98 | 2.84 | - |
| YUV | 119.84 | 62.63 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 4 | 0 | 0.71 | 0.98 | 0.00 | 16.8 | 0.99 | 0.51 |
| Hex | FE | 4A | 4 | 0 | 47 | 62 | 0 | 11 | 63 | 33 |
| Octal | 376 | 112 | 4 | 0 | 107 | 142 | 0 | 21 | 143 | 63 |
| Binary | 11111110 | 1001010 | 100 | 0 | 1000111 | 1100010 | 0 | 10001 | 1100011 | 110011 |
Color Harmonies of #FE4A04
Complementary color
Monochromatic Colors of #FE4A04
Black with #FE4A04
Text Example
Text Example
White with #FE4A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A04; }
p { color: rgb(254,74,4); }
H1.HeaderClassName
{
color: #FE4A04;
}
.AnyTagClassName
{
color: #FE4A04;
}
</style>
background-color css
<style>
a { background-color: #FE4A04; }
a { background-color: rgb(254,74,4); }
div.DivClassName
{
background-color: #FE4A04;
}
.BgClassName
{
background-color: #FE4A04;
}
</style>
border-color css
<style>
span { border-color: #FE4A04; }
span { border-color: rgb(254,74,4); }
td.TdClassName
{
border-color: #FE4A04;
}
.TagClassName
{
border-color: #FE4A04;
}
</style>