Shades of Vermilion #FE4B0F
Tints of Vermilion #FE4B0F
RGB
CMYK
RGB Variations
Color information
#FE4B0F (or 0xFE4B0F) is known color: Vermilion. HEX triplet: FE, 4B and 0F. RGB value is (254,75,15). Sum of RGB (Red+Green+Blue) = 254+75+15=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4B0F is #01B4F0. Grayscale: #7A7A7A. Windows color (decimal): -111857 or 1002494. OLE color: 1002494.
HSL color Cylindrical-coordinate representation of color #FE4B0F: hue angle of 15.06º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE4B0F is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 15 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.00 |
| HSL | 15.06º | 0.99% | 0.53% | - |
| HSV(B) | 15.06º | 0.94% | 1% | - |
| XYZ | 43.48 | 26.14 | 3.21 | - |
| YUV | 121.68 | 67.8 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 15 | 0 | 0.70 | 0.94 | 0.00 | 15.06 | 0.99 | 0.53 |
| Hex | FE | 4B | F | 0 | 46 | 5E | 0 | F | 63 | 35 |
| Octal | 376 | 113 | 17 | 0 | 106 | 136 | 0 | 17 | 143 | 65 |
| Binary | 11111110 | 1001011 | 1111 | 0 | 1000110 | 1011110 | 0 | 1111 | 1100011 | 110101 |
Color Harmonies of #FE4B0F
Complementary color
Monochromatic Colors of #FE4B0F
Black with #FE4B0F
Text Example
Text Example
White with #FE4B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B0F; }
p { color: rgb(254,75,15); }
H1.HeaderClassName
{
color: #FE4B0F;
}
.AnyTagClassName
{
color: #FE4B0F;
}
</style>
background-color css
<style>
a { background-color: #FE4B0F; }
a { background-color: rgb(254,75,15); }
div.DivClassName
{
background-color: #FE4B0F;
}
.BgClassName
{
background-color: #FE4B0F;
}
</style>
border-color css
<style>
span { border-color: #FE4B0F; }
span { border-color: rgb(254,75,15); }
td.TdClassName
{
border-color: #FE4B0F;
}
.TagClassName
{
border-color: #FE4B0F;
}
</style>