Shades of Vermilion #FE4C10
Tints of Vermilion #FE4C10
RGB
CMYK
RGB Variations
Color information
#FE4C10 (or 0xFE4C10) is known color: Vermilion. HEX triplet: FE, 4C and 10. RGB value is (254,76,16). Sum of RGB (Red+Green+Blue) = 254+76+16=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4C10 is #01B3EF. Grayscale: #7A7A7A. Windows color (decimal): -111600 or 1068286. OLE color: 1068286.
HSL color Cylindrical-coordinate representation of color #FE4C10: hue angle of 15.13º 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 #FE4C10 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 16 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.00 |
| HSL | 15.13º | 0.99% | 0.53% | - |
| HSV(B) | 15.13º | 0.94% | 1% | - |
| XYZ | 43.55 | 26.28 | 3.27 | - |
| YUV | 122.38 | 67.97 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 16 | 0 | 0.70 | 0.94 | 0.00 | 15.13 | 0.99 | 0.53 |
| Hex | FE | 4C | 10 | 0 | 46 | 5E | 0 | F | 63 | 35 |
| Octal | 376 | 114 | 20 | 0 | 106 | 136 | 0 | 17 | 143 | 65 |
| Binary | 11111110 | 1001100 | 10000 | 0 | 1000110 | 1011110 | 0 | 1111 | 1100011 | 110101 |
Color Harmonies of #FE4C10
Complementary color
Monochromatic Colors of #FE4C10
Black with #FE4C10
Text Example
Text Example
White with #FE4C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4C10; }
p { color: rgb(254,76,16); }
H1.HeaderClassName
{
color: #FE4C10;
}
.AnyTagClassName
{
color: #FE4C10;
}
</style>
background-color css
<style>
a { background-color: #FE4C10; }
a { background-color: rgb(254,76,16); }
div.DivClassName
{
background-color: #FE4C10;
}
.BgClassName
{
background-color: #FE4C10;
}
</style>
border-color css
<style>
span { border-color: #FE4C10; }
span { border-color: rgb(254,76,16); }
td.TdClassName
{
border-color: #FE4C10;
}
.TagClassName
{
border-color: #FE4C10;
}
</style>