Shades of Vermilion #FC4C04
Tints of Vermilion #FC4C04
RGB
CMYK
RGB Variations
Color information
#FC4C04 (or 0xFC4C04) is known color: Vermilion. HEX triplet: FC, 4C and 04. RGB value is (252,76,4). Sum of RGB (Red+Green+Blue) = 252+76+4=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4C04 is #03B3FB. Grayscale: #787878. Windows color (decimal): -242684 or 281852. OLE color: 281852.
HSL color Cylindrical-coordinate representation of color #FC4C04: hue angle of 17.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC4C04 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.01 |
| HSL | 17.42º | 0.98% | 0.5% | - |
| HSV(B) | 17.42º | 0.98% | 0.99% | - |
| XYZ | 42.75 | 25.87 | 2.86 | - |
| YUV | 120.42 | 62.31 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 4 | 0 | 0.70 | 0.98 | 0.01 | 17.42 | 0.98 | 0.5 |
| Hex | FC | 4C | 4 | 0 | 46 | 62 | 1 | 11 | 62 | 32 |
| Octal | 374 | 114 | 4 | 0 | 106 | 142 | 1 | 21 | 142 | 62 |
| Binary | 11111100 | 1001100 | 100 | 0 | 1000110 | 1100010 | 1 | 10001 | 1100010 | 110010 |
Color Harmonies of #FC4C04
Complementary color
Monochromatic Colors of #FC4C04
Black with #FC4C04
Text Example
Text Example
White with #FC4C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C04; }
p { color: rgb(252,76,4); }
H1.HeaderClassName
{
color: #FC4C04;
}
.AnyTagClassName
{
color: #FC4C04;
}
</style>
background-color css
<style>
a { background-color: #FC4C04; }
a { background-color: rgb(252,76,4); }
div.DivClassName
{
background-color: #FC4C04;
}
.BgClassName
{
background-color: #FC4C04;
}
</style>
border-color css
<style>
span { border-color: #FC4C04; }
span { border-color: rgb(252,76,4); }
td.TdClassName
{
border-color: #FC4C04;
}
.TagClassName
{
border-color: #FC4C04;
}
</style>