Shades of Vermilion #FE4F14
Tints of Vermilion #FE4F14
RGB
CMYK
RGB Variations
Color information
#FE4F14 (or 0xFE4F14) is known color: Vermilion. HEX triplet: FE, 4F and 14. RGB value is (254,79,20). Sum of RGB (Red+Green+Blue) = 254+79+20=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4F14 is #01B0EB. Grayscale: #7D7D7D. Windows color (decimal): -110828 or 1331198. OLE color: 1331198.
HSL color Cylindrical-coordinate representation of color #FE4F14: hue angle of 15.13º 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 #FE4F14 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 20 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.00 |
| HSL | 15.13º | 0.99% | 0.54% | - |
| HSV(B) | 15.13º | 0.92% | 1% | - |
| XYZ | 43.8 | 26.71 | 3.51 | - |
| YUV | 124.6 | 68.98 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 20 | 0 | 0.69 | 0.92 | 0.00 | 15.13 | 0.99 | 0.54 |
| Hex | FE | 4F | 14 | 0 | 45 | 5C | 0 | F | 63 | 36 |
| Octal | 376 | 117 | 24 | 0 | 105 | 134 | 0 | 17 | 143 | 66 |
| Binary | 11111110 | 1001111 | 10100 | 0 | 1000101 | 1011100 | 0 | 1111 | 1100011 | 110110 |
Color Harmonies of #FE4F14
Complementary color
Monochromatic Colors of #FE4F14
Black with #FE4F14
Text Example
Text Example
White with #FE4F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F14; }
p { color: rgb(254,79,20); }
H1.HeaderClassName
{
color: #FE4F14;
}
.AnyTagClassName
{
color: #FE4F14;
}
</style>
background-color css
<style>
a { background-color: #FE4F14; }
a { background-color: rgb(254,79,20); }
div.DivClassName
{
background-color: #FE4F14;
}
.BgClassName
{
background-color: #FE4F14;
}
</style>
border-color css
<style>
span { border-color: #FE4F14; }
span { border-color: rgb(254,79,20); }
td.TdClassName
{
border-color: #FE4F14;
}
.TagClassName
{
border-color: #FE4F14;
}
</style>