Shades of Vermilion #FB4F11
Tints of Vermilion #FB4F11
RGB
CMYK
RGB Variations
Color information
#FB4F11 (or 0xFB4F11) is known color: Vermilion. HEX triplet: FB, 4F and 11. RGB value is (251,79,17). Sum of RGB (Red+Green+Blue) = 251+79+17=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB4F11 is #04B0EE. Grayscale: #7B7B7B. Windows color (decimal): -307439 or 1134587. OLE color: 1134587.
HSL color Cylindrical-coordinate representation of color #FB4F11: hue angle of 15.9º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB4F11 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 79 | 17 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.02 |
| HSL | 15.9º | 0.97% | 0.53% | - |
| HSV(B) | 15.9º | 0.93% | 0.98% | - |
| XYZ | 42.68 | 26.14 | 3.33 | - |
| YUV | 123.36 | 67.98 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 79 | 17 | 0 | 0.69 | 0.93 | 0.02 | 15.9 | 0.97 | 0.53 |
| Hex | FB | 4F | 11 | 0 | 45 | 5D | 2 | 10 | 61 | 35 |
| Octal | 373 | 117 | 21 | 0 | 105 | 135 | 2 | 20 | 141 | 65 |
| Binary | 11111011 | 1001111 | 10001 | 0 | 1000101 | 1011101 | 10 | 10000 | 1100001 | 110101 |
Color Harmonies of #FB4F11
Complementary color
Monochromatic Colors of #FB4F11
Black with #FB4F11
Text Example
Text Example
White with #FB4F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4F11; }
p { color: rgb(251,79,17); }
H1.HeaderClassName
{
color: #FB4F11;
}
.AnyTagClassName
{
color: #FB4F11;
}
</style>
background-color css
<style>
a { background-color: #FB4F11; }
a { background-color: rgb(251,79,17); }
div.DivClassName
{
background-color: #FB4F11;
}
.BgClassName
{
background-color: #FB4F11;
}
</style>
border-color css
<style>
span { border-color: #FB4F11; }
span { border-color: rgb(251,79,17); }
td.TdClassName
{
border-color: #FB4F11;
}
.TagClassName
{
border-color: #FB4F11;
}
</style>