Shades of Vermilion #FE4D01
Tints of Vermilion #FE4D01
RGB
CMYK
RGB Variations
Color information
#FE4D01 (or 0xFE4D01) is known color: Vermilion. HEX triplet: FE, 4D and 01. RGB value is (254,77,1). Sum of RGB (Red+Green+Blue) = 254+77+1=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4D01 is #01B2FE. Grayscale: #797979. Windows color (decimal): -111359 or 85502. OLE color: 85502.
HSL color Cylindrical-coordinate representation of color #FE4D01: hue angle of 18.02º 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 #FE4D01 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.00 |
| HSL | 18.02º | 0.99% | 0.5% | - |
| HSV(B) | 18.02º | 1% | 1% | - |
| XYZ | 43.53 | 26.38 | 2.83 | - |
| YUV | 121.26 | 60.14 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 1 | 0 | 0.70 | 1.00 | 0.00 | 18.02 | 0.99 | 0.5 |
| Hex | FE | 4D | 1 | 0 | 46 | 64 | 0 | 12 | 63 | 32 |
| Octal | 376 | 115 | 1 | 0 | 106 | 144 | 0 | 22 | 143 | 62 |
| Binary | 11111110 | 1001101 | 1 | 0 | 1000110 | 1100100 | 0 | 10010 | 1100011 | 110010 |
Color Harmonies of #FE4D01
Complementary color
Monochromatic Colors of #FE4D01
Black with #FE4D01
Text Example
Text Example
White with #FE4D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D01; }
p { color: rgb(254,77,1); }
H1.HeaderClassName
{
color: #FE4D01;
}
.AnyTagClassName
{
color: #FE4D01;
}
</style>
background-color css
<style>
a { background-color: #FE4D01; }
a { background-color: rgb(254,77,1); }
div.DivClassName
{
background-color: #FE4D01;
}
.BgClassName
{
background-color: #FE4D01;
}
</style>
border-color css
<style>
span { border-color: #FE4D01; }
span { border-color: rgb(254,77,1); }
td.TdClassName
{
border-color: #FE4D01;
}
.TagClassName
{
border-color: #FE4D01;
}
</style>