Shades of Vermilion #FE4D08
Tints of Vermilion #FE4D08
RGB
CMYK
RGB Variations
Color information
#FE4D08 (or 0xFE4D08) is known color: Vermilion. HEX triplet: FE, 4D and 08. RGB value is (254,77,8). Sum of RGB (Red+Green+Blue) = 254+77+8=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4D08 is #01B2F7. Grayscale: #7A7A7A. Windows color (decimal): -111352 or 544254. OLE color: 544254.
HSL color Cylindrical-coordinate representation of color #FE4D08: hue angle of 16.83º 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 #FE4D08 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 8 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.00 |
| HSL | 16.83º | 0.99% | 0.51% | - |
| HSV(B) | 16.83º | 0.97% | 1% | - |
| XYZ | 43.57 | 26.4 | 3.03 | - |
| YUV | 122.06 | 63.64 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 8 | 0 | 0.70 | 0.97 | 0.00 | 16.83 | 0.99 | 0.51 |
| Hex | FE | 4D | 8 | 0 | 46 | 61 | 0 | 11 | 63 | 33 |
| Octal | 376 | 115 | 10 | 0 | 106 | 141 | 0 | 21 | 143 | 63 |
| Binary | 11111110 | 1001101 | 1000 | 0 | 1000110 | 1100001 | 0 | 10001 | 1100011 | 110011 |
Color Harmonies of #FE4D08
Complementary color
Monochromatic Colors of #FE4D08
Black with #FE4D08
Text Example
Text Example
White with #FE4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D08; }
p { color: rgb(254,77,8); }
H1.HeaderClassName
{
color: #FE4D08;
}
.AnyTagClassName
{
color: #FE4D08;
}
</style>
background-color css
<style>
a { background-color: #FE4D08; }
a { background-color: rgb(254,77,8); }
div.DivClassName
{
background-color: #FE4D08;
}
.BgClassName
{
background-color: #FE4D08;
}
</style>
border-color css
<style>
span { border-color: #FE4D08; }
span { border-color: rgb(254,77,8); }
td.TdClassName
{
border-color: #FE4D08;
}
.TagClassName
{
border-color: #FE4D08;
}
</style>