Shades of Vermilion #FE4A07
Tints of Vermilion #FE4A07
RGB
CMYK
RGB Variations
Color information
#FE4A07 (or 0xFE4A07) is known color: Vermilion. HEX triplet: FE, 4A and 07. RGB value is (254,74,7). Sum of RGB (Red+Green+Blue) = 254+74+7=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4A07 is #01B5F8. Grayscale: #787878. Windows color (decimal): -112121 or 477950. OLE color: 477950.
HSL color Cylindrical-coordinate representation of color #FE4A07: hue angle of 16.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE4A07 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 7 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.00 |
| HSL | 16.28º | 0.99% | 0.51% | - |
| HSV(B) | 16.28º | 0.97% | 1% | - |
| XYZ | 43.36 | 25.98 | 2.93 | - |
| YUV | 120.18 | 64.13 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 7 | 0 | 0.71 | 0.97 | 0.00 | 16.28 | 0.99 | 0.51 |
| Hex | FE | 4A | 7 | 0 | 47 | 61 | 0 | 10 | 63 | 33 |
| Octal | 376 | 112 | 7 | 0 | 107 | 141 | 0 | 20 | 143 | 63 |
| Binary | 11111110 | 1001010 | 111 | 0 | 1000111 | 1100001 | 0 | 10000 | 1100011 | 110011 |
Color Harmonies of #FE4A07
Complementary color
Monochromatic Colors of #FE4A07
Black with #FE4A07
Text Example
Text Example
White with #FE4A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A07; }
p { color: rgb(254,74,7); }
H1.HeaderClassName
{
color: #FE4A07;
}
.AnyTagClassName
{
color: #FE4A07;
}
</style>
background-color css
<style>
a { background-color: #FE4A07; }
a { background-color: rgb(254,74,7); }
div.DivClassName
{
background-color: #FE4A07;
}
.BgClassName
{
background-color: #FE4A07;
}
</style>
border-color css
<style>
span { border-color: #FE4A07; }
span { border-color: rgb(254,74,7); }
td.TdClassName
{
border-color: #FE4A07;
}
.TagClassName
{
border-color: #FE4A07;
}
</style>