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