Shades of Vermilion #FB4A0B
Tints of Vermilion #FB4A0B
RGB
CMYK
RGB Variations
Color information
#FB4A0B (or 0xFB4A0B) is known color: Vermilion. HEX triplet: FB, 4A and 0B. RGB value is (251,74,11). Sum of RGB (Red+Green+Blue) = 251+74+11=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4A0B is #04B5F4. Grayscale: #787878. Windows color (decimal): -308725 or 740091. OLE color: 740091.
HSL color Cylindrical-coordinate representation of color #FB4A0B: hue angle of 15.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB4A0B is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 11 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.02 |
| HSL | 15.75º | 0.97% | 0.51% | - |
| HSV(B) | 15.75º | 0.96% | 0.98% | - |
| XYZ | 42.29 | 25.43 | 3 | - |
| YUV | 119.74 | 66.64 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 11 | 0 | 0.71 | 0.96 | 0.02 | 15.75 | 0.97 | 0.51 |
| Hex | FB | 4A | B | 0 | 47 | 60 | 2 | 10 | 61 | 33 |
| Octal | 373 | 112 | 13 | 0 | 107 | 140 | 2 | 20 | 141 | 63 |
| Binary | 11111011 | 1001010 | 1011 | 0 | 1000111 | 1100000 | 10 | 10000 | 1100001 | 110011 |
Color Harmonies of #FB4A0B
Complementary color
Monochromatic Colors of #FB4A0B
Black with #FB4A0B
Text Example
Text Example
White with #FB4A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A0B; }
p { color: rgb(251,74,11); }
H1.HeaderClassName
{
color: #FB4A0B;
}
.AnyTagClassName
{
color: #FB4A0B;
}
</style>
background-color css
<style>
a { background-color: #FB4A0B; }
a { background-color: rgb(251,74,11); }
div.DivClassName
{
background-color: #FB4A0B;
}
.BgClassName
{
background-color: #FB4A0B;
}
</style>
border-color css
<style>
span { border-color: #FB4A0B; }
span { border-color: rgb(251,74,11); }
td.TdClassName
{
border-color: #FB4A0B;
}
.TagClassName
{
border-color: #FB4A0B;
}
</style>