Shades of Vermilion #FB4C02
Tints of Vermilion #FB4C02
RGB
CMYK
RGB Variations
Color information
#FB4C02 (or 0xFB4C02) is known color: Vermilion. HEX triplet: FB, 4C and 02. RGB value is (251,76,2). Sum of RGB (Red+Green+Blue) = 251+76+2=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4C02 is #04B3FD. Grayscale: #787878. Windows color (decimal): -308222 or 150779. OLE color: 150779.
HSL color Cylindrical-coordinate representation of color #FB4C02: hue angle of 17.83º 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 #FB4C02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.02 |
| HSL | 17.83º | 0.98% | 0.5% | - |
| HSV(B) | 17.83º | 0.99% | 0.98% | - |
| XYZ | 42.38 | 25.68 | 2.78 | - |
| YUV | 119.89 | 61.48 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 2 | 0 | 0.70 | 0.99 | 0.02 | 17.83 | 0.98 | 0.5 |
| Hex | FB | 4C | 2 | 0 | 46 | 63 | 2 | 12 | 62 | 32 |
| Octal | 373 | 114 | 2 | 0 | 106 | 143 | 2 | 22 | 142 | 62 |
| Binary | 11111011 | 1001100 | 10 | 0 | 1000110 | 1100011 | 10 | 10010 | 1100010 | 110010 |
Color Harmonies of #FB4C02
Complementary color
Monochromatic Colors of #FB4C02
Black with #FB4C02
Text Example
Text Example
White with #FB4C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C02; }
p { color: rgb(251,76,2); }
H1.HeaderClassName
{
color: #FB4C02;
}
.AnyTagClassName
{
color: #FB4C02;
}
</style>
background-color css
<style>
a { background-color: #FB4C02; }
a { background-color: rgb(251,76,2); }
div.DivClassName
{
background-color: #FB4C02;
}
.BgClassName
{
background-color: #FB4C02;
}
</style>
border-color css
<style>
span { border-color: #FB4C02; }
span { border-color: rgb(251,76,2); }
td.TdClassName
{
border-color: #FB4C02;
}
.TagClassName
{
border-color: #FB4C02;
}
</style>