Shades of Vermilion #FB4A0A
Tints of Vermilion #FB4A0A
RGB
CMYK
RGB Variations
Color information
#FB4A0A (or 0xFB4A0A) is known color: Vermilion. HEX triplet: FB, 4A and 0A. RGB value is (251,74,10). Sum of RGB (Red+Green+Blue) = 251+74+10=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4A0A is #04B5F5. Grayscale: #787878. Windows color (decimal): -308726 or 674555. OLE color: 674555.
HSL color Cylindrical-coordinate representation of color #FB4A0A: hue angle of 15.93º 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 #FB4A0A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.02 |
| HSL | 15.93º | 0.97% | 0.51% | - |
| HSV(B) | 15.93º | 0.96% | 0.98% | - |
| XYZ | 42.29 | 25.43 | 2.97 | - |
| YUV | 119.63 | 66.14 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 10 | 0 | 0.71 | 0.96 | 0.02 | 15.93 | 0.97 | 0.51 |
| Hex | FB | 4A | A | 0 | 47 | 60 | 2 | 10 | 61 | 33 |
| Octal | 373 | 112 | 12 | 0 | 107 | 140 | 2 | 20 | 141 | 63 |
| Binary | 11111011 | 1001010 | 1010 | 0 | 1000111 | 1100000 | 10 | 10000 | 1100001 | 110011 |
Color Harmonies of #FB4A0A
Complementary color
Monochromatic Colors of #FB4A0A
Black with #FB4A0A
Text Example
Text Example
White with #FB4A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A0A; }
p { color: rgb(251,74,10); }
H1.HeaderClassName
{
color: #FB4A0A;
}
.AnyTagClassName
{
color: #FB4A0A;
}
</style>
background-color css
<style>
a { background-color: #FB4A0A; }
a { background-color: rgb(251,74,10); }
div.DivClassName
{
background-color: #FB4A0A;
}
.BgClassName
{
background-color: #FB4A0A;
}
</style>
border-color css
<style>
span { border-color: #FB4A0A; }
span { border-color: rgb(251,74,10); }
td.TdClassName
{
border-color: #FB4A0A;
}
.TagClassName
{
border-color: #FB4A0A;
}
</style>