Shades of Vermilion #FE4E11
Tints of Vermilion #FE4E11
RGB
CMYK
RGB Variations
Color information
#FE4E11 (or 0xFE4E11) is known color: Vermilion. HEX triplet: FE, 4E and 11. RGB value is (254,78,17). Sum of RGB (Red+Green+Blue) = 254+78+17=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4E11 is #01B1EE. Grayscale: #7C7C7C. Windows color (decimal): -111087 or 1134334. OLE color: 1134334.
HSL color Cylindrical-coordinate representation of color #FE4E11: hue angle of 15.44º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE4E11 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 17 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.00 |
| HSL | 15.44º | 0.99% | 0.53% | - |
| HSV(B) | 15.44º | 0.93% | 1% | - |
| XYZ | 43.7 | 26.56 | 3.35 | - |
| YUV | 123.67 | 67.81 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 17 | 0 | 0.69 | 0.93 | 0.00 | 15.44 | 0.99 | 0.53 |
| Hex | FE | 4E | 11 | 0 | 45 | 5D | 0 | F | 63 | 35 |
| Octal | 376 | 116 | 21 | 0 | 105 | 135 | 0 | 17 | 143 | 65 |
| Binary | 11111110 | 1001110 | 10001 | 0 | 1000101 | 1011101 | 0 | 1111 | 1100011 | 110101 |
Color Harmonies of #FE4E11
Complementary color
Monochromatic Colors of #FE4E11
Black with #FE4E11
Text Example
Text Example
White with #FE4E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E11; }
p { color: rgb(254,78,17); }
H1.HeaderClassName
{
color: #FE4E11;
}
.AnyTagClassName
{
color: #FE4E11;
}
</style>
background-color css
<style>
a { background-color: #FE4E11; }
a { background-color: rgb(254,78,17); }
div.DivClassName
{
background-color: #FE4E11;
}
.BgClassName
{
background-color: #FE4E11;
}
</style>
border-color css
<style>
span { border-color: #FE4E11; }
span { border-color: rgb(254,78,17); }
td.TdClassName
{
border-color: #FE4E11;
}
.TagClassName
{
border-color: #FE4E11;
}
</style>