Shades of Vermilion #FC4E10
Tints of Vermilion #FC4E10
RGB
CMYK
RGB Variations
Color information
#FC4E10 (or 0xFC4E10) is known color: Vermilion. HEX triplet: FC, 4E and 10. RGB value is (252,78,16). Sum of RGB (Red+Green+Blue) = 252+78+16=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC4E10 is #03B1EF. Grayscale: #7B7B7B. Windows color (decimal): -242160 or 1068796. OLE color: 1068796.
HSL color Cylindrical-coordinate representation of color #FC4E10: hue angle of 15.76º 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 #FC4E10 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 16 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.01 |
| HSL | 15.76º | 0.98% | 0.53% | - |
| HSV(B) | 15.76º | 0.94% | 0.99% | - |
| XYZ | 42.96 | 26.18 | 3.28 | - |
| YUV | 122.96 | 67.65 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 16 | 0 | 0.69 | 0.94 | 0.01 | 15.76 | 0.98 | 0.53 |
| Hex | FC | 4E | 10 | 0 | 45 | 5E | 1 | 10 | 62 | 35 |
| Octal | 374 | 116 | 20 | 0 | 105 | 136 | 1 | 20 | 142 | 65 |
| Binary | 11111100 | 1001110 | 10000 | 0 | 1000101 | 1011110 | 1 | 10000 | 1100010 | 110101 |
Color Harmonies of #FC4E10
Complementary color
Monochromatic Colors of #FC4E10
Black with #FC4E10
Text Example
Text Example
White with #FC4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E10; }
p { color: rgb(252,78,16); }
H1.HeaderClassName
{
color: #FC4E10;
}
.AnyTagClassName
{
color: #FC4E10;
}
</style>
background-color css
<style>
a { background-color: #FC4E10; }
a { background-color: rgb(252,78,16); }
div.DivClassName
{
background-color: #FC4E10;
}
.BgClassName
{
background-color: #FC4E10;
}
</style>
border-color css
<style>
span { border-color: #FC4E10; }
span { border-color: rgb(252,78,16); }
td.TdClassName
{
border-color: #FC4E10;
}
.TagClassName
{
border-color: #FC4E10;
}
</style>