Shades of Vermilion #FE4C04
Tints of Vermilion #FE4C04
RGB
CMYK
RGB Variations
Color information
#FE4C04 (or 0xFE4C04) is known color: Vermilion. HEX triplet: FE, 4C and 04. RGB value is (254,76,4). Sum of RGB (Red+Green+Blue) = 254+76+4=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4C04 is #01B3FB. Grayscale: #797979. Windows color (decimal): -111612 or 281854. OLE color: 281854.
HSL color Cylindrical-coordinate representation of color #FE4C04: hue angle of 17.28º 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 #FE4C04 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.00 |
| HSL | 17.28º | 0.99% | 0.51% | - |
| HSV(B) | 17.28º | 0.98% | 1% | - |
| XYZ | 43.48 | 26.25 | 2.89 | - |
| YUV | 121.01 | 61.97 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 4 | 0 | 0.70 | 0.98 | 0.00 | 17.28 | 0.99 | 0.51 |
| Hex | FE | 4C | 4 | 0 | 46 | 62 | 0 | 11 | 63 | 33 |
| Octal | 376 | 114 | 4 | 0 | 106 | 142 | 0 | 21 | 143 | 63 |
| Binary | 11111110 | 1001100 | 100 | 0 | 1000110 | 1100010 | 0 | 10001 | 1100011 | 110011 |
Color Harmonies of #FE4C04
Complementary color
Monochromatic Colors of #FE4C04
Black with #FE4C04
Text Example
Text Example
White with #FE4C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4C04; }
p { color: rgb(254,76,4); }
H1.HeaderClassName
{
color: #FE4C04;
}
.AnyTagClassName
{
color: #FE4C04;
}
</style>
background-color css
<style>
a { background-color: #FE4C04; }
a { background-color: rgb(254,76,4); }
div.DivClassName
{
background-color: #FE4C04;
}
.BgClassName
{
background-color: #FE4C04;
}
</style>
border-color css
<style>
span { border-color: #FE4C04; }
span { border-color: rgb(254,76,4); }
td.TdClassName
{
border-color: #FE4C04;
}
.TagClassName
{
border-color: #FE4C04;
}
</style>