Shades of Vermilion #FE4C05
Tints of Vermilion #FE4C05
RGB
CMYK
RGB Variations
Color information
#FE4C05 (or 0xFE4C05) is known color: Vermilion. HEX triplet: FE, 4C and 05. RGB value is (254,76,5). Sum of RGB (Red+Green+Blue) = 254+76+5=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4C05 is #01B3FA. Grayscale: #797979. Windows color (decimal): -111611 or 347390. OLE color: 347390.
HSL color Cylindrical-coordinate representation of color #FE4C05: hue angle of 17.11º 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 #FE4C05 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.00 |
| HSL | 17.11º | 0.99% | 0.51% | - |
| HSV(B) | 17.11º | 0.98% | 1% | - |
| XYZ | 43.48 | 26.25 | 2.92 | - |
| YUV | 121.13 | 62.47 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 5 | 0 | 0.70 | 0.98 | 0.00 | 17.11 | 0.99 | 0.51 |
| Hex | FE | 4C | 5 | 0 | 46 | 62 | 0 | 11 | 63 | 33 |
| Octal | 376 | 114 | 5 | 0 | 106 | 142 | 0 | 21 | 143 | 63 |
| Binary | 11111110 | 1001100 | 101 | 0 | 1000110 | 1100010 | 0 | 10001 | 1100011 | 110011 |
Color Harmonies of #FE4C05
Complementary color
Monochromatic Colors of #FE4C05
Black with #FE4C05
Text Example
Text Example
White with #FE4C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4C05; }
p { color: rgb(254,76,5); }
H1.HeaderClassName
{
color: #FE4C05;
}
.AnyTagClassName
{
color: #FE4C05;
}
</style>
background-color css
<style>
a { background-color: #FE4C05; }
a { background-color: rgb(254,76,5); }
div.DivClassName
{
background-color: #FE4C05;
}
.BgClassName
{
background-color: #FE4C05;
}
</style>
border-color css
<style>
span { border-color: #FE4C05; }
span { border-color: rgb(254,76,5); }
td.TdClassName
{
border-color: #FE4C05;
}
.TagClassName
{
border-color: #FE4C05;
}
</style>