Shades of Vermilion #FB4D0C
Tints of Vermilion #FB4D0C
RGB
CMYK
RGB Variations
Color information
#FB4D0C (or 0xFB4D0C) is known color: Vermilion. HEX triplet: FB, 4D and 0C. RGB value is (251,77,12). Sum of RGB (Red+Green+Blue) = 251+77+12=340 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.82% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB4D0C is #04B2F3. Grayscale: #7A7A7A. Windows color (decimal): -307956 or 806395. OLE color: 806395.
HSL color Cylindrical-coordinate representation of color #FB4D0C: hue angle of 16.32º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB4D0C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.02 |
| HSL | 16.32º | 0.97% | 0.52% | - |
| HSV(B) | 16.32º | 0.95% | 0.98% | - |
| XYZ | 42.5 | 25.84 | 3.1 | - |
| YUV | 121.62 | 66.15 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 12 | 0 | 0.69 | 0.95 | 0.02 | 16.32 | 0.97 | 0.52 |
| Hex | FB | 4D | C | 0 | 45 | 5F | 2 | 10 | 61 | 34 |
| Octal | 373 | 115 | 14 | 0 | 105 | 137 | 2 | 20 | 141 | 64 |
| Binary | 11111011 | 1001101 | 1100 | 0 | 1000101 | 1011111 | 10 | 10000 | 1100001 | 110100 |
Color Harmonies of #FB4D0C
Complementary color
Monochromatic Colors of #FB4D0C
Black with #FB4D0C
Text Example
Text Example
White with #FB4D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D0C; }
p { color: rgb(251,77,12); }
H1.HeaderClassName
{
color: #FB4D0C;
}
.AnyTagClassName
{
color: #FB4D0C;
}
</style>
background-color css
<style>
a { background-color: #FB4D0C; }
a { background-color: rgb(251,77,12); }
div.DivClassName
{
background-color: #FB4D0C;
}
.BgClassName
{
background-color: #FB4D0C;
}
</style>
border-color css
<style>
span { border-color: #FB4D0C; }
span { border-color: rgb(251,77,12); }
td.TdClassName
{
border-color: #FB4D0C;
}
.TagClassName
{
border-color: #FB4D0C;
}
</style>