Shades of Vermilion #FC4C01
Tints of Vermilion #FC4C01
RGB
CMYK
RGB Variations
Color information
#FC4C01 (or 0xFC4C01) is known color: Vermilion. HEX triplet: FC, 4C and 01. RGB value is (252,76,1). Sum of RGB (Red+Green+Blue) = 252+76+1=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4C01 is #03B3FE. Grayscale: #787878. Windows color (decimal): -242687 or 85244. OLE color: 85244.
HSL color Cylindrical-coordinate representation of color #FC4C01: hue angle of 17.93º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC4C01 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.01 |
| HSL | 17.93º | 0.99% | 0.5% | - |
| HSV(B) | 17.93º | 1% | 0.99% | - |
| XYZ | 42.73 | 25.87 | 2.77 | - |
| YUV | 120.07 | 60.81 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 1 | 0 | 0.70 | 1.00 | 0.01 | 17.93 | 0.99 | 0.5 |
| Hex | FC | 4C | 1 | 0 | 46 | 64 | 1 | 12 | 63 | 32 |
| Octal | 374 | 114 | 1 | 0 | 106 | 144 | 1 | 22 | 143 | 62 |
| Binary | 11111100 | 1001100 | 1 | 0 | 1000110 | 1100100 | 1 | 10010 | 1100011 | 110010 |
Color Harmonies of #FC4C01
Complementary color
Monochromatic Colors of #FC4C01
Black with #FC4C01
Text Example
Text Example
White with #FC4C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C01; }
p { color: rgb(252,76,1); }
H1.HeaderClassName
{
color: #FC4C01;
}
.AnyTagClassName
{
color: #FC4C01;
}
</style>
background-color css
<style>
a { background-color: #FC4C01; }
a { background-color: rgb(252,76,1); }
div.DivClassName
{
background-color: #FC4C01;
}
.BgClassName
{
background-color: #FC4C01;
}
</style>
border-color css
<style>
span { border-color: #FC4C01; }
span { border-color: rgb(252,76,1); }
td.TdClassName
{
border-color: #FC4C01;
}
.TagClassName
{
border-color: #FC4C01;
}
</style>