Shades of Vermilion #FB4D1A
Tints of Vermilion #FB4D1A
RGB
CMYK
RGB Variations
Color information
#FB4D1A (or 0xFB4D1A) is known color: Vermilion. HEX triplet: FB, 4D and 1A. RGB value is (251,77,26). Sum of RGB (Red+Green+Blue) = 251+77+26=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4D1A is #04B2E5. Grayscale: #7B7B7B. Windows color (decimal): -307942 or 1723899. OLE color: 1723899.
HSL color Cylindrical-coordinate representation of color #FB4D1A: hue angle of 13.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB4D1A is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 26 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.02 |
| HSL | 13.6º | 0.97% | 0.54% | - |
| HSV(B) | 13.6º | 0.9% | 0.98% | - |
| XYZ | 42.62 | 25.89 | 3.73 | - |
| YUV | 123.21 | 73.15 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 26 | 0 | 0.69 | 0.90 | 0.02 | 13.6 | 0.97 | 0.54 |
| Hex | FB | 4D | 1A | 0 | 45 | 5A | 2 | E | 61 | 36 |
| Octal | 373 | 115 | 32 | 0 | 105 | 132 | 2 | 16 | 141 | 66 |
| Binary | 11111011 | 1001101 | 11010 | 0 | 1000101 | 1011010 | 10 | 1110 | 1100001 | 110110 |
Color Harmonies of #FB4D1A
Complementary color
Monochromatic Colors of #FB4D1A
Black with #FB4D1A
Text Example
Text Example
White with #FB4D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D1A; }
p { color: rgb(251,77,26); }
H1.HeaderClassName
{
color: #FB4D1A;
}
.AnyTagClassName
{
color: #FB4D1A;
}
</style>
background-color css
<style>
a { background-color: #FB4D1A; }
a { background-color: rgb(251,77,26); }
div.DivClassName
{
background-color: #FB4D1A;
}
.BgClassName
{
background-color: #FB4D1A;
}
</style>
border-color css
<style>
span { border-color: #FB4D1A; }
span { border-color: rgb(251,77,26); }
td.TdClassName
{
border-color: #FB4D1A;
}
.TagClassName
{
border-color: #FB4D1A;
}
</style>