Shades of Vermilion #FE4B14
Tints of Vermilion #FE4B14
RGB
CMYK
RGB Variations
Color information
#FE4B14 (or 0xFE4B14) is known color: Vermilion. HEX triplet: FE, 4B and 14. RGB value is (254,75,20). Sum of RGB (Red+Green+Blue) = 254+75+20=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4B14 is #01B4EB. Grayscale: #7A7A7A. Windows color (decimal): -111852 or 1330174. OLE color: 1330174.
HSL color Cylindrical-coordinate representation of color #FE4B14: hue angle of 14.1º 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 #FE4B14 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 20 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.00 |
| HSL | 14.1º | 0.99% | 0.54% | - |
| HSV(B) | 14.1º | 0.92% | 1% | - |
| XYZ | 43.52 | 26.15 | 3.42 | - |
| YUV | 122.25 | 70.3 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 20 | 0 | 0.70 | 0.92 | 0.00 | 14.1 | 0.99 | 0.54 |
| Hex | FE | 4B | 14 | 0 | 46 | 5C | 0 | E | 63 | 36 |
| Octal | 376 | 113 | 24 | 0 | 106 | 134 | 0 | 16 | 143 | 66 |
| Binary | 11111110 | 1001011 | 10100 | 0 | 1000110 | 1011100 | 0 | 1110 | 1100011 | 110110 |
Color Harmonies of #FE4B14
Complementary color
Monochromatic Colors of #FE4B14
Black with #FE4B14
Text Example
Text Example
White with #FE4B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B14; }
p { color: rgb(254,75,20); }
H1.HeaderClassName
{
color: #FE4B14;
}
.AnyTagClassName
{
color: #FE4B14;
}
</style>
background-color css
<style>
a { background-color: #FE4B14; }
a { background-color: rgb(254,75,20); }
div.DivClassName
{
background-color: #FE4B14;
}
.BgClassName
{
background-color: #FE4B14;
}
</style>
border-color css
<style>
span { border-color: #FE4B14; }
span { border-color: rgb(254,75,20); }
td.TdClassName
{
border-color: #FE4B14;
}
.TagClassName
{
border-color: #FE4B14;
}
</style>