Shades of Vermilion #FC4D11
Tints of Vermilion #FC4D11
RGB
CMYK
RGB Variations
Color information
#FC4D11 (or 0xFC4D11) is known color: Vermilion. HEX triplet: FC, 4D and 11. RGB value is (252,77,17). Sum of RGB (Red+Green+Blue) = 252+77+17=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC4D11 is #03B2EE. Grayscale: #7A7A7A. Windows color (decimal): -242415 or 1134076. OLE color: 1134076.
HSL color Cylindrical-coordinate representation of color #FC4D11: hue angle of 15.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC4D11 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 17 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.01 |
| HSL | 15.32º | 0.98% | 0.53% | - |
| HSV(B) | 15.32º | 0.93% | 0.99% | - |
| XYZ | 42.9 | 26.04 | 3.3 | - |
| YUV | 122.49 | 68.48 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 17 | 0 | 0.69 | 0.93 | 0.01 | 15.32 | 0.98 | 0.53 |
| Hex | FC | 4D | 11 | 0 | 45 | 5D | 1 | F | 62 | 35 |
| Octal | 374 | 115 | 21 | 0 | 105 | 135 | 1 | 17 | 142 | 65 |
| Binary | 11111100 | 1001101 | 10001 | 0 | 1000101 | 1011101 | 1 | 1111 | 1100010 | 110101 |
Color Harmonies of #FC4D11
Complementary color
Monochromatic Colors of #FC4D11
Black with #FC4D11
Text Example
Text Example
White with #FC4D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D11; }
p { color: rgb(252,77,17); }
H1.HeaderClassName
{
color: #FC4D11;
}
.AnyTagClassName
{
color: #FC4D11;
}
</style>
background-color css
<style>
a { background-color: #FC4D11; }
a { background-color: rgb(252,77,17); }
div.DivClassName
{
background-color: #FC4D11;
}
.BgClassName
{
background-color: #FC4D11;
}
</style>
border-color css
<style>
span { border-color: #FC4D11; }
span { border-color: rgb(252,77,17); }
td.TdClassName
{
border-color: #FC4D11;
}
.TagClassName
{
border-color: #FC4D11;
}
</style>