Shades of Vermilion #FC4D0F
Tints of Vermilion #FC4D0F
RGB
CMYK
RGB Variations
Color information
#FC4D0F (or 0xFC4D0F) is known color: Vermilion. HEX triplet: FC, 4D and 0F. RGB value is (252,77,15). Sum of RGB (Red+Green+Blue) = 252+77+15=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC4D0F is #03B2F0. Grayscale: #7A7A7A. Windows color (decimal): -242417 or 1003004. OLE color: 1003004.
HSL color Cylindrical-coordinate representation of color #FC4D0F: hue angle of 15.7º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC4D0F is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 15 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.01 |
| HSL | 15.7º | 0.98% | 0.52% | - |
| HSV(B) | 15.7º | 0.94% | 0.99% | - |
| XYZ | 42.88 | 26.04 | 3.22 | - |
| YUV | 122.26 | 67.48 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 15 | 0 | 0.69 | 0.94 | 0.01 | 15.7 | 0.98 | 0.52 |
| Hex | FC | 4D | F | 0 | 45 | 5E | 1 | 10 | 62 | 34 |
| Octal | 374 | 115 | 17 | 0 | 105 | 136 | 1 | 20 | 142 | 64 |
| Binary | 11111100 | 1001101 | 1111 | 0 | 1000101 | 1011110 | 1 | 10000 | 1100010 | 110100 |
Color Harmonies of #FC4D0F
Complementary color
Monochromatic Colors of #FC4D0F
Black with #FC4D0F
Text Example
Text Example
White with #FC4D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D0F; }
p { color: rgb(252,77,15); }
H1.HeaderClassName
{
color: #FC4D0F;
}
.AnyTagClassName
{
color: #FC4D0F;
}
</style>
background-color css
<style>
a { background-color: #FC4D0F; }
a { background-color: rgb(252,77,15); }
div.DivClassName
{
background-color: #FC4D0F;
}
.BgClassName
{
background-color: #FC4D0F;
}
</style>
border-color css
<style>
span { border-color: #FC4D0F; }
span { border-color: rgb(252,77,15); }
td.TdClassName
{
border-color: #FC4D0F;
}
.TagClassName
{
border-color: #FC4D0F;
}
</style>