Shades of Vermilion #FE4D14
Tints of Vermilion #FE4D14
RGB
CMYK
RGB Variations
Color information
#FE4D14 (or 0xFE4D14) is known color: Vermilion. HEX triplet: FE, 4D and 14. RGB value is (254,77,20). Sum of RGB (Red+Green+Blue) = 254+77+20=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4D14 is #01B2EB. Grayscale: #7B7B7B. Windows color (decimal): -111340 or 1330686. OLE color: 1330686.
HSL color Cylindrical-coordinate representation of color #FE4D14: hue angle of 14.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE4D14 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 20 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.00 |
| HSL | 14.62º | 0.99% | 0.54% | - |
| HSV(B) | 14.62º | 0.92% | 1% | - |
| XYZ | 43.65 | 26.43 | 3.46 | - |
| YUV | 123.43 | 69.64 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 20 | 0 | 0.70 | 0.92 | 0.00 | 14.62 | 0.99 | 0.54 |
| Hex | FE | 4D | 14 | 0 | 46 | 5C | 0 | F | 63 | 36 |
| Octal | 376 | 115 | 24 | 0 | 106 | 134 | 0 | 17 | 143 | 66 |
| Binary | 11111110 | 1001101 | 10100 | 0 | 1000110 | 1011100 | 0 | 1111 | 1100011 | 110110 |
Color Harmonies of #FE4D14
Complementary color
Monochromatic Colors of #FE4D14
Black with #FE4D14
Text Example
Text Example
White with #FE4D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D14; }
p { color: rgb(254,77,20); }
H1.HeaderClassName
{
color: #FE4D14;
}
.AnyTagClassName
{
color: #FE4D14;
}
</style>
background-color css
<style>
a { background-color: #FE4D14; }
a { background-color: rgb(254,77,20); }
div.DivClassName
{
background-color: #FE4D14;
}
.BgClassName
{
background-color: #FE4D14;
}
</style>
border-color css
<style>
span { border-color: #FE4D14; }
span { border-color: rgb(254,77,20); }
td.TdClassName
{
border-color: #FE4D14;
}
.TagClassName
{
border-color: #FE4D14;
}
</style>