Shades of Vermilion #FC4C12
Tints of Vermilion #FC4C12
RGB
CMYK
RGB Variations
Color information
#FC4C12 (or 0xFC4C12) is known color: Vermilion. HEX triplet: FC, 4C and 12. RGB value is (252,76,18). Sum of RGB (Red+Green+Blue) = 252+76+18=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4C12 is #03B3ED. Grayscale: #7A7A7A. Windows color (decimal): -242670 or 1199356. OLE color: 1199356.
HSL color Cylindrical-coordinate representation of color #FC4C12: hue angle of 14.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC4C12 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 18 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.01 |
| HSL | 14.87º | 0.98% | 0.53% | - |
| HSV(B) | 14.87º | 0.93% | 0.99% | - |
| XYZ | 42.84 | 25.91 | 3.32 | - |
| YUV | 122.01 | 69.31 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 18 | 0 | 0.70 | 0.93 | 0.01 | 14.87 | 0.98 | 0.53 |
| Hex | FC | 4C | 12 | 0 | 46 | 5D | 1 | F | 62 | 35 |
| Octal | 374 | 114 | 22 | 0 | 106 | 135 | 1 | 17 | 142 | 65 |
| Binary | 11111100 | 1001100 | 10010 | 0 | 1000110 | 1011101 | 1 | 1111 | 1100010 | 110101 |
Color Harmonies of #FC4C12
Complementary color
Monochromatic Colors of #FC4C12
Black with #FC4C12
Text Example
Text Example
White with #FC4C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C12; }
p { color: rgb(252,76,18); }
H1.HeaderClassName
{
color: #FC4C12;
}
.AnyTagClassName
{
color: #FC4C12;
}
</style>
background-color css
<style>
a { background-color: #FC4C12; }
a { background-color: rgb(252,76,18); }
div.DivClassName
{
background-color: #FC4C12;
}
.BgClassName
{
background-color: #FC4C12;
}
</style>
border-color css
<style>
span { border-color: #FC4C12; }
span { border-color: rgb(252,76,18); }
td.TdClassName
{
border-color: #FC4C12;
}
.TagClassName
{
border-color: #FC4C12;
}
</style>