Shades of Vermilion #FE4C0E
Tints of Vermilion #FE4C0E
RGB
CMYK
RGB Variations
Color information
#FE4C0E (or 0xFE4C0E) is known color: Vermilion. HEX triplet: FE, 4C and 0E. RGB value is (254,76,14). Sum of RGB (Red+Green+Blue) = 254+76+14=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4C0E is #01B3F1. Grayscale: #7A7A7A. Windows color (decimal): -111602 or 937214. OLE color: 937214.
HSL color Cylindrical-coordinate representation of color #FE4C0E: hue angle of 15.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE4C0E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.00 |
| HSL | 15.5º | 0.99% | 0.53% | - |
| HSV(B) | 15.5º | 0.94% | 1% | - |
| XYZ | 43.54 | 26.27 | 3.19 | - |
| YUV | 122.15 | 66.97 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 14 | 0 | 0.70 | 0.94 | 0.00 | 15.5 | 0.99 | 0.53 |
| Hex | FE | 4C | E | 0 | 46 | 5E | 0 | 10 | 63 | 35 |
| Octal | 376 | 114 | 16 | 0 | 106 | 136 | 0 | 20 | 143 | 65 |
| Binary | 11111110 | 1001100 | 1110 | 0 | 1000110 | 1011110 | 0 | 10000 | 1100011 | 110101 |
Color Harmonies of #FE4C0E
Complementary color
Monochromatic Colors of #FE4C0E
Black with #FE4C0E
Text Example
Text Example
White with #FE4C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4C0E; }
p { color: rgb(254,76,14); }
H1.HeaderClassName
{
color: #FE4C0E;
}
.AnyTagClassName
{
color: #FE4C0E;
}
</style>
background-color css
<style>
a { background-color: #FE4C0E; }
a { background-color: rgb(254,76,14); }
div.DivClassName
{
background-color: #FE4C0E;
}
.BgClassName
{
background-color: #FE4C0E;
}
</style>
border-color css
<style>
span { border-color: #FE4C0E; }
span { border-color: rgb(254,76,14); }
td.TdClassName
{
border-color: #FE4C0E;
}
.TagClassName
{
border-color: #FE4C0E;
}
</style>