Shades of Vermilion #FB4B16
Tints of Vermilion #FB4B16
RGB
CMYK
RGB Variations
Color information
#FB4B16 (or 0xFB4B16) is known color: Vermilion. HEX triplet: FB, 4B and 16. RGB value is (251,75,22). Sum of RGB (Red+Green+Blue) = 251+75+22=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4B16 is #04B4E9. Grayscale: #797979. Windows color (decimal): -308458 or 1461243. OLE color: 1461243.
HSL color Cylindrical-coordinate representation of color #FB4B16: hue angle of 13.89º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB4B16 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 22 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.02 |
| HSL | 13.89º | 0.97% | 0.54% | - |
| HSV(B) | 13.89º | 0.91% | 0.98% | - |
| XYZ | 42.44 | 25.6 | 3.46 | - |
| YUV | 121.58 | 71.81 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 22 | 0 | 0.70 | 0.91 | 0.02 | 13.89 | 0.97 | 0.54 |
| Hex | FB | 4B | 16 | 0 | 46 | 5B | 2 | E | 61 | 36 |
| Octal | 373 | 113 | 26 | 0 | 106 | 133 | 2 | 16 | 141 | 66 |
| Binary | 11111011 | 1001011 | 10110 | 0 | 1000110 | 1011011 | 10 | 1110 | 1100001 | 110110 |
Color Harmonies of #FB4B16
Complementary color
Monochromatic Colors of #FB4B16
Black with #FB4B16
Text Example
Text Example
White with #FB4B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4B16; }
p { color: rgb(251,75,22); }
H1.HeaderClassName
{
color: #FB4B16;
}
.AnyTagClassName
{
color: #FB4B16;
}
</style>
background-color css
<style>
a { background-color: #FB4B16; }
a { background-color: rgb(251,75,22); }
div.DivClassName
{
background-color: #FB4B16;
}
.BgClassName
{
background-color: #FB4B16;
}
</style>
border-color css
<style>
span { border-color: #FB4B16; }
span { border-color: rgb(251,75,22); }
td.TdClassName
{
border-color: #FB4B16;
}
.TagClassName
{
border-color: #FB4B16;
}
</style>