Shades of Vermilion #FB4C0E
Tints of Vermilion #FB4C0E
RGB
CMYK
RGB Variations
Color information
#FB4C0E (or 0xFB4C0E) is known color: Vermilion. HEX triplet: FB, 4C and 0E. RGB value is (251,76,14). Sum of RGB (Red+Green+Blue) = 251+76+14=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4C0E is #04B3F1. Grayscale: #797979. Windows color (decimal): -308210 or 937211. OLE color: 937211.
HSL color Cylindrical-coordinate representation of color #FB4C0E: hue angle of 15.7º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB4C0E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.02 |
| HSL | 15.7º | 0.97% | 0.52% | - |
| HSV(B) | 15.7º | 0.94% | 0.98% | - |
| XYZ | 42.45 | 25.71 | 3.14 | - |
| YUV | 121.26 | 67.48 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 14 | 0 | 0.70 | 0.94 | 0.02 | 15.7 | 0.97 | 0.52 |
| Hex | FB | 4C | E | 0 | 46 | 5E | 2 | 10 | 61 | 34 |
| Octal | 373 | 114 | 16 | 0 | 106 | 136 | 2 | 20 | 141 | 64 |
| Binary | 11111011 | 1001100 | 1110 | 0 | 1000110 | 1011110 | 10 | 10000 | 1100001 | 110100 |
Color Harmonies of #FB4C0E
Complementary color
Monochromatic Colors of #FB4C0E
Black with #FB4C0E
Text Example
Text Example
White with #FB4C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C0E; }
p { color: rgb(251,76,14); }
H1.HeaderClassName
{
color: #FB4C0E;
}
.AnyTagClassName
{
color: #FB4C0E;
}
</style>
background-color css
<style>
a { background-color: #FB4C0E; }
a { background-color: rgb(251,76,14); }
div.DivClassName
{
background-color: #FB4C0E;
}
.BgClassName
{
background-color: #FB4C0E;
}
</style>
border-color css
<style>
span { border-color: #FB4C0E; }
span { border-color: rgb(251,76,14); }
td.TdClassName
{
border-color: #FB4C0E;
}
.TagClassName
{
border-color: #FB4C0E;
}
</style>