Shades of Vermilion #FB4A03
Tints of Vermilion #FB4A03
RGB
CMYK
RGB Variations
Color information
#FB4A03 (or 0xFB4A03) is known color: Vermilion. HEX triplet: FB, 4A and 03. RGB value is (251,74,3). Sum of RGB (Red+Green+Blue) = 251+74+3=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4A03 is #04B5FC. Grayscale: #777777. Windows color (decimal): -308733 or 215803. OLE color: 215803.
HSL color Cylindrical-coordinate representation of color #FB4A03: hue angle of 17.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB4A03 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 3 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.02 |
| HSL | 17.18º | 0.98% | 0.5% | - |
| HSV(B) | 17.18º | 0.99% | 0.98% | - |
| XYZ | 42.25 | 25.41 | 2.76 | - |
| YUV | 118.83 | 62.64 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 3 | 0 | 0.71 | 0.99 | 0.02 | 17.18 | 0.98 | 0.5 |
| Hex | FB | 4A | 3 | 0 | 47 | 63 | 2 | 11 | 62 | 32 |
| Octal | 373 | 112 | 3 | 0 | 107 | 143 | 2 | 21 | 142 | 62 |
| Binary | 11111011 | 1001010 | 11 | 0 | 1000111 | 1100011 | 10 | 10001 | 1100010 | 110010 |
Color Harmonies of #FB4A03
Complementary color
Monochromatic Colors of #FB4A03
Black with #FB4A03
Text Example
Text Example
White with #FB4A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A03; }
p { color: rgb(251,74,3); }
H1.HeaderClassName
{
color: #FB4A03;
}
.AnyTagClassName
{
color: #FB4A03;
}
</style>
background-color css
<style>
a { background-color: #FB4A03; }
a { background-color: rgb(251,74,3); }
div.DivClassName
{
background-color: #FB4A03;
}
.BgClassName
{
background-color: #FB4A03;
}
</style>
border-color css
<style>
span { border-color: #FB4A03; }
span { border-color: rgb(251,74,3); }
td.TdClassName
{
border-color: #FB4A03;
}
.TagClassName
{
border-color: #FB4A03;
}
</style>