Shades of Vermilion #FE4B0C
Tints of Vermilion #FE4B0C
RGB
CMYK
RGB Variations
Color information
#FE4B0C (or 0xFE4B0C) is known color: Vermilion. HEX triplet: FE, 4B and 0C. RGB value is (254,75,12). Sum of RGB (Red+Green+Blue) = 254+75+12=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4B0C is #01B4F3. Grayscale: #797979. Windows color (decimal): -111860 or 805886. OLE color: 805886.
HSL color Cylindrical-coordinate representation of color #FE4B0C: hue angle of 15.62º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE4B0C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.00 |
| HSL | 15.62º | 0.99% | 0.52% | - |
| HSV(B) | 15.62º | 0.95% | 1% | - |
| XYZ | 43.46 | 26.13 | 3.1 | - |
| YUV | 121.34 | 66.3 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 12 | 0 | 0.70 | 0.95 | 0.00 | 15.62 | 0.99 | 0.52 |
| Hex | FE | 4B | C | 0 | 46 | 5F | 0 | 10 | 63 | 34 |
| Octal | 376 | 113 | 14 | 0 | 106 | 137 | 0 | 20 | 143 | 64 |
| Binary | 11111110 | 1001011 | 1100 | 0 | 1000110 | 1011111 | 0 | 10000 | 1100011 | 110100 |
Color Harmonies of #FE4B0C
Complementary color
Monochromatic Colors of #FE4B0C
Black with #FE4B0C
Text Example
Text Example
White with #FE4B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B0C; }
p { color: rgb(254,75,12); }
H1.HeaderClassName
{
color: #FE4B0C;
}
.AnyTagClassName
{
color: #FE4B0C;
}
</style>
background-color css
<style>
a { background-color: #FE4B0C; }
a { background-color: rgb(254,75,12); }
div.DivClassName
{
background-color: #FE4B0C;
}
.BgClassName
{
background-color: #FE4B0C;
}
</style>
border-color css
<style>
span { border-color: #FE4B0C; }
span { border-color: rgb(254,75,12); }
td.TdClassName
{
border-color: #FE4B0C;
}
.TagClassName
{
border-color: #FE4B0C;
}
</style>