Shades of Vermilion #FE4C06
Tints of Vermilion #FE4C06
RGB
CMYK
RGB Variations
Color information
#FE4C06 (or 0xFE4C06) is known color: Vermilion. HEX triplet: FE, 4C and 06. RGB value is (254,76,6). Sum of RGB (Red+Green+Blue) = 254+76+6=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4C06 is #01B3F9. Grayscale: #797979. Windows color (decimal): -111610 or 412926. OLE color: 412926.
HSL color Cylindrical-coordinate representation of color #FE4C06: hue angle of 16.94º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE4C06 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 6 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.00 |
| HSL | 16.94º | 0.99% | 0.51% | - |
| HSV(B) | 16.94º | 0.98% | 1% | - |
| XYZ | 43.49 | 26.25 | 2.95 | - |
| YUV | 121.24 | 62.97 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 6 | 0 | 0.70 | 0.98 | 0.00 | 16.94 | 0.99 | 0.51 |
| Hex | FE | 4C | 6 | 0 | 46 | 62 | 0 | 11 | 63 | 33 |
| Octal | 376 | 114 | 6 | 0 | 106 | 142 | 0 | 21 | 143 | 63 |
| Binary | 11111110 | 1001100 | 110 | 0 | 1000110 | 1100010 | 0 | 10001 | 1100011 | 110011 |
Color Harmonies of #FE4C06
Complementary color
Monochromatic Colors of #FE4C06
Black with #FE4C06
Text Example
Text Example
White with #FE4C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4C06; }
p { color: rgb(254,76,6); }
H1.HeaderClassName
{
color: #FE4C06;
}
.AnyTagClassName
{
color: #FE4C06;
}
</style>
background-color css
<style>
a { background-color: #FE4C06; }
a { background-color: rgb(254,76,6); }
div.DivClassName
{
background-color: #FE4C06;
}
.BgClassName
{
background-color: #FE4C06;
}
</style>
border-color css
<style>
span { border-color: #FE4C06; }
span { border-color: rgb(254,76,6); }
td.TdClassName
{
border-color: #FE4C06;
}
.TagClassName
{
border-color: #FE4C06;
}
</style>