Shades of Vermilion #FE4E01
Tints of Vermilion #FE4E01
RGB
CMYK
RGB Variations
Color information
#FE4E01 (or 0xFE4E01) is known color: Vermilion. HEX triplet: FE, 4E and 01. RGB value is (254,78,1). Sum of RGB (Red+Green+Blue) = 254+78+1=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4E01 is #01B1FE. Grayscale: #7A7A7A. Windows color (decimal): -111103 or 85758. OLE color: 85758.
HSL color Cylindrical-coordinate representation of color #FE4E01: hue angle of 18.26º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE4E01 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.00 |
| HSL | 18.26º | 0.99% | 0.5% | - |
| HSV(B) | 18.26º | 1% | 1% | - |
| XYZ | 43.6 | 26.52 | 2.85 | - |
| YUV | 121.85 | 59.81 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 1 | 0 | 0.69 | 1.00 | 0.00 | 18.26 | 0.99 | 0.5 |
| Hex | FE | 4E | 1 | 0 | 45 | 64 | 0 | 12 | 63 | 32 |
| Octal | 376 | 116 | 1 | 0 | 105 | 144 | 0 | 22 | 143 | 62 |
| Binary | 11111110 | 1001110 | 1 | 0 | 1000101 | 1100100 | 0 | 10010 | 1100011 | 110010 |
Color Harmonies of #FE4E01
Complementary color
Monochromatic Colors of #FE4E01
Black with #FE4E01
Text Example
Text Example
White with #FE4E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E01; }
p { color: rgb(254,78,1); }
H1.HeaderClassName
{
color: #FE4E01;
}
.AnyTagClassName
{
color: #FE4E01;
}
</style>
background-color css
<style>
a { background-color: #FE4E01; }
a { background-color: rgb(254,78,1); }
div.DivClassName
{
background-color: #FE4E01;
}
.BgClassName
{
background-color: #FE4E01;
}
</style>
border-color css
<style>
span { border-color: #FE4E01; }
span { border-color: rgb(254,78,1); }
td.TdClassName
{
border-color: #FE4E01;
}
.TagClassName
{
border-color: #FE4E01;
}
</style>