Shades of Vermilion #FE4F16
Tints of Vermilion #FE4F16
RGB
CMYK
RGB Variations
Color information
#FE4F16 (or 0xFE4F16) is known color: Vermilion. HEX triplet: FE, 4F and 16. RGB value is (254,79,22). Sum of RGB (Red+Green+Blue) = 254+79+22=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4F16 is #01B0E9. Grayscale: #7D7D7D. Windows color (decimal): -110826 or 1462270. OLE color: 1462270.
HSL color Cylindrical-coordinate representation of color #FE4F16: hue angle of 14.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE4F16 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 22 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.00 |
| HSL | 14.74º | 0.99% | 0.54% | - |
| HSV(B) | 14.74º | 0.91% | 1% | - |
| XYZ | 43.81 | 26.72 | 3.61 | - |
| YUV | 124.83 | 69.98 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 22 | 0 | 0.69 | 0.91 | 0.00 | 14.74 | 0.99 | 0.54 |
| Hex | FE | 4F | 16 | 0 | 45 | 5B | 0 | F | 63 | 36 |
| Octal | 376 | 117 | 26 | 0 | 105 | 133 | 0 | 17 | 143 | 66 |
| Binary | 11111110 | 1001111 | 10110 | 0 | 1000101 | 1011011 | 0 | 1111 | 1100011 | 110110 |
Color Harmonies of #FE4F16
Complementary color
Monochromatic Colors of #FE4F16
Black with #FE4F16
Text Example
Text Example
White with #FE4F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F16; }
p { color: rgb(254,79,22); }
H1.HeaderClassName
{
color: #FE4F16;
}
.AnyTagClassName
{
color: #FE4F16;
}
</style>
background-color css
<style>
a { background-color: #FE4F16; }
a { background-color: rgb(254,79,22); }
div.DivClassName
{
background-color: #FE4F16;
}
.BgClassName
{
background-color: #FE4F16;
}
</style>
border-color css
<style>
span { border-color: #FE4F16; }
span { border-color: rgb(254,79,22); }
td.TdClassName
{
border-color: #FE4F16;
}
.TagClassName
{
border-color: #FE4F16;
}
</style>