Shades of Vermilion #FE4E02
Tints of Vermilion #FE4E02
RGB
CMYK
RGB Variations
Color information
#FE4E02 (or 0xFE4E02) is known color: Vermilion. HEX triplet: FE, 4E and 02. RGB value is (254,78,2). Sum of RGB (Red+Green+Blue) = 254+78+2=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4E02 is #01B1FD. Grayscale: #7A7A7A. Windows color (decimal): -111102 or 151294. OLE color: 151294.
HSL color Cylindrical-coordinate representation of color #FE4E02: hue angle of 18.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE4E02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.00 |
| HSL | 18.1º | 0.99% | 0.5% | - |
| HSV(B) | 18.1º | 0.99% | 1% | - |
| XYZ | 43.61 | 26.52 | 2.88 | - |
| YUV | 121.96 | 60.31 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 2 | 0 | 0.69 | 0.99 | 0.00 | 18.1 | 0.99 | 0.5 |
| Hex | FE | 4E | 2 | 0 | 45 | 63 | 0 | 12 | 63 | 32 |
| Octal | 376 | 116 | 2 | 0 | 105 | 143 | 0 | 22 | 143 | 62 |
| Binary | 11111110 | 1001110 | 10 | 0 | 1000101 | 1100011 | 0 | 10010 | 1100011 | 110010 |
Color Harmonies of #FE4E02
Complementary color
Monochromatic Colors of #FE4E02
Black with #FE4E02
Text Example
Text Example
White with #FE4E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E02; }
p { color: rgb(254,78,2); }
H1.HeaderClassName
{
color: #FE4E02;
}
.AnyTagClassName
{
color: #FE4E02;
}
</style>
background-color css
<style>
a { background-color: #FE4E02; }
a { background-color: rgb(254,78,2); }
div.DivClassName
{
background-color: #FE4E02;
}
.BgClassName
{
background-color: #FE4E02;
}
</style>
border-color css
<style>
span { border-color: #FE4E02; }
span { border-color: rgb(254,78,2); }
td.TdClassName
{
border-color: #FE4E02;
}
.TagClassName
{
border-color: #FE4E02;
}
</style>