Shades of Vermilion #FE4D0E
Tints of Vermilion #FE4D0E
RGB
CMYK
RGB Variations
Color information
#FE4D0E (or 0xFE4D0E) is known color: Vermilion. HEX triplet: FE, 4D and 0E. RGB value is (254,77,14). Sum of RGB (Red+Green+Blue) = 254+77+14=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4D0E is #01B2F1. Grayscale: #7B7B7B. Windows color (decimal): -111346 or 937470. OLE color: 937470.
HSL color Cylindrical-coordinate representation of color #FE4D0E: hue angle of 15.75º 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 #FE4D0E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.00 |
| HSL | 15.75º | 0.99% | 0.53% | - |
| HSV(B) | 15.75º | 0.94% | 1% | - |
| XYZ | 43.61 | 26.41 | 3.21 | - |
| YUV | 122.74 | 66.64 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 14 | 0 | 0.70 | 0.94 | 0.00 | 15.75 | 0.99 | 0.53 |
| Hex | FE | 4D | E | 0 | 46 | 5E | 0 | 10 | 63 | 35 |
| Octal | 376 | 115 | 16 | 0 | 106 | 136 | 0 | 20 | 143 | 65 |
| Binary | 11111110 | 1001101 | 1110 | 0 | 1000110 | 1011110 | 0 | 10000 | 1100011 | 110101 |
Color Harmonies of #FE4D0E
Complementary color
Monochromatic Colors of #FE4D0E
Black with #FE4D0E
Text Example
Text Example
White with #FE4D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D0E; }
p { color: rgb(254,77,14); }
H1.HeaderClassName
{
color: #FE4D0E;
}
.AnyTagClassName
{
color: #FE4D0E;
}
</style>
background-color css
<style>
a { background-color: #FE4D0E; }
a { background-color: rgb(254,77,14); }
div.DivClassName
{
background-color: #FE4D0E;
}
.BgClassName
{
background-color: #FE4D0E;
}
</style>
border-color css
<style>
span { border-color: #FE4D0E; }
span { border-color: rgb(254,77,14); }
td.TdClassName
{
border-color: #FE4D0E;
}
.TagClassName
{
border-color: #FE4D0E;
}
</style>