Shades of Vermilion #FE4C0A
Tints of Vermilion #FE4C0A
RGB
CMYK
RGB Variations
Color information
#FE4C0A (or 0xFE4C0A) is known color: Vermilion. HEX triplet: FE, 4C and 0A. RGB value is (254,76,10). Sum of RGB (Red+Green+Blue) = 254+76+10=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4C0A is #01B3F5. Grayscale: #7A7A7A. Windows color (decimal): -111606 or 675070. OLE color: 675070.
HSL color Cylindrical-coordinate representation of color #FE4C0A: hue angle of 16.23º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE4C0A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 10 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.00 |
| HSL | 16.23º | 0.99% | 0.52% | - |
| HSV(B) | 16.23º | 0.96% | 1% | - |
| XYZ | 43.51 | 26.26 | 3.06 | - |
| YUV | 121.7 | 64.97 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 10 | 0 | 0.70 | 0.96 | 0.00 | 16.23 | 0.99 | 0.52 |
| Hex | FE | 4C | A | 0 | 46 | 60 | 0 | 10 | 63 | 34 |
| Octal | 376 | 114 | 12 | 0 | 106 | 140 | 0 | 20 | 143 | 64 |
| Binary | 11111110 | 1001100 | 1010 | 0 | 1000110 | 1100000 | 0 | 10000 | 1100011 | 110100 |
Color Harmonies of #FE4C0A
Complementary color
Monochromatic Colors of #FE4C0A
Black with #FE4C0A
Text Example
Text Example
White with #FE4C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4C0A; }
p { color: rgb(254,76,10); }
H1.HeaderClassName
{
color: #FE4C0A;
}
.AnyTagClassName
{
color: #FE4C0A;
}
</style>
background-color css
<style>
a { background-color: #FE4C0A; }
a { background-color: rgb(254,76,10); }
div.DivClassName
{
background-color: #FE4C0A;
}
.BgClassName
{
background-color: #FE4C0A;
}
</style>
border-color css
<style>
span { border-color: #FE4C0A; }
span { border-color: rgb(254,76,10); }
td.TdClassName
{
border-color: #FE4C0A;
}
.TagClassName
{
border-color: #FE4C0A;
}
</style>