Shades of Vermilion #FC4D10
Tints of Vermilion #FC4D10
RGB
CMYK
RGB Variations
Color information
#FC4D10 (or 0xFC4D10) is known color: Vermilion. HEX triplet: FC, 4D and 10. RGB value is (252,77,16). Sum of RGB (Red+Green+Blue) = 252+77+16=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC4D10 is #03B2EF. Grayscale: #7A7A7A. Windows color (decimal): -242416 or 1068540. OLE color: 1068540.
HSL color Cylindrical-coordinate representation of color #FC4D10: hue angle of 15.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC4D10 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 16 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.01 |
| HSL | 15.51º | 0.98% | 0.53% | - |
| HSV(B) | 15.51º | 0.94% | 0.99% | - |
| XYZ | 42.89 | 26.04 | 3.26 | - |
| YUV | 122.37 | 67.98 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 16 | 0 | 0.69 | 0.94 | 0.01 | 15.51 | 0.98 | 0.53 |
| Hex | FC | 4D | 10 | 0 | 45 | 5E | 1 | 10 | 62 | 35 |
| Octal | 374 | 115 | 20 | 0 | 105 | 136 | 1 | 20 | 142 | 65 |
| Binary | 11111100 | 1001101 | 10000 | 0 | 1000101 | 1011110 | 1 | 10000 | 1100010 | 110101 |
Color Harmonies of #FC4D10
Complementary color
Monochromatic Colors of #FC4D10
Black with #FC4D10
Text Example
Text Example
White with #FC4D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D10; }
p { color: rgb(252,77,16); }
H1.HeaderClassName
{
color: #FC4D10;
}
.AnyTagClassName
{
color: #FC4D10;
}
</style>
background-color css
<style>
a { background-color: #FC4D10; }
a { background-color: rgb(252,77,16); }
div.DivClassName
{
background-color: #FC4D10;
}
.BgClassName
{
background-color: #FC4D10;
}
</style>
border-color css
<style>
span { border-color: #FC4D10; }
span { border-color: rgb(252,77,16); }
td.TdClassName
{
border-color: #FC4D10;
}
.TagClassName
{
border-color: #FC4D10;
}
</style>