Shades of Vermilion #FC4C03
Tints of Vermilion #FC4C03
RGB
CMYK
RGB Variations
Color information
#FC4C03 (or 0xFC4C03) is known color: Vermilion. HEX triplet: FC, 4C and 03. RGB value is (252,76,3). Sum of RGB (Red+Green+Blue) = 252+76+3=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4C03 is #03B3FC. Grayscale: #787878. Windows color (decimal): -242685 or 216316. OLE color: 216316.
HSL color Cylindrical-coordinate representation of color #FC4C03: hue angle of 17.59º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC4C03 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.01 |
| HSL | 17.59º | 0.98% | 0.5% | - |
| HSV(B) | 17.59º | 0.99% | 0.99% | - |
| XYZ | 42.75 | 25.87 | 2.83 | - |
| YUV | 120.3 | 61.81 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 3 | 0 | 0.70 | 0.99 | 0.01 | 17.59 | 0.98 | 0.5 |
| Hex | FC | 4C | 3 | 0 | 46 | 63 | 1 | 12 | 62 | 32 |
| Octal | 374 | 114 | 3 | 0 | 106 | 143 | 1 | 22 | 142 | 62 |
| Binary | 11111100 | 1001100 | 11 | 0 | 1000110 | 1100011 | 1 | 10010 | 1100010 | 110010 |
Color Harmonies of #FC4C03
Complementary color
Monochromatic Colors of #FC4C03
Black with #FC4C03
Text Example
Text Example
White with #FC4C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C03; }
p { color: rgb(252,76,3); }
H1.HeaderClassName
{
color: #FC4C03;
}
.AnyTagClassName
{
color: #FC4C03;
}
</style>
background-color css
<style>
a { background-color: #FC4C03; }
a { background-color: rgb(252,76,3); }
div.DivClassName
{
background-color: #FC4C03;
}
.BgClassName
{
background-color: #FC4C03;
}
</style>
border-color css
<style>
span { border-color: #FC4C03; }
span { border-color: rgb(252,76,3); }
td.TdClassName
{
border-color: #FC4C03;
}
.TagClassName
{
border-color: #FC4C03;
}
</style>