Shades of Vermilion #FE4A00
Tints of Vermilion #FE4A00
RGB
CMYK
RGB Variations
Color information
#FE4A00 (or 0xFE4A00) is known color: Vermilion. HEX triplet: FE, 4A and 00. RGB value is (254,74,0). Sum of RGB (Red+Green+Blue) = 254+74+0=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4A00 is #01B5FF. Grayscale: #777777. Windows color (decimal): -112128 or 19198. OLE color: 19198.
HSL color Cylindrical-coordinate representation of color #FE4A00: hue angle of 17.48º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE4A00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.00 |
| HSL | 17.48º | 1% | 0.5% | - |
| HSV(B) | 17.48º | 1% | 1% | - |
| XYZ | 43.32 | 25.97 | 2.73 | - |
| YUV | 119.38 | 60.63 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 0 | 0 | 0.71 | 1 | 0.00 | 17.48 | 1 | 0.5 |
| Hex | FE | 4A | 0 | 0 | 47 | 64 | 0 | 11 | 64 | 32 |
| Octal | 376 | 112 | 0 | 0 | 107 | 144 | 0 | 21 | 144 | 62 |
| Binary | 11111110 | 1001010 | 0 | 0 | 1000111 | 1100100 | 0 | 10001 | 1100100 | 110010 |
Color Harmonies of #FE4A00
Complementary color
Monochromatic Colors of #FE4A00
Black with #FE4A00
Text Example
Text Example
White with #FE4A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A00; }
p { color: rgb(254,74,0); }
H1.HeaderClassName
{
color: #FE4A00;
}
.AnyTagClassName
{
color: #FE4A00;
}
</style>
background-color css
<style>
a { background-color: #FE4A00; }
a { background-color: rgb(254,74,0); }
div.DivClassName
{
background-color: #FE4A00;
}
.BgClassName
{
background-color: #FE4A00;
}
</style>
border-color css
<style>
span { border-color: #FE4A00; }
span { border-color: rgb(254,74,0); }
td.TdClassName
{
border-color: #FE4A00;
}
.TagClassName
{
border-color: #FE4A00;
}
</style>