Shades of Vermilion #FC4D0C
Tints of Vermilion #FC4D0C
RGB
CMYK
RGB Variations
Color information
#FC4D0C (or 0xFC4D0C) is known color: Vermilion. HEX triplet: FC, 4D and 0C. RGB value is (252,77,12). Sum of RGB (Red+Green+Blue) = 252+77+12=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC4D0C is #03B2F3. Grayscale: #7A7A7A. Windows color (decimal): -242420 or 806396. OLE color: 806396.
HSL color Cylindrical-coordinate representation of color #FC4D0C: hue angle of 16.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC4D0C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.01 |
| HSL | 16.25º | 0.98% | 0.52% | - |
| HSV(B) | 16.25º | 0.95% | 0.99% | - |
| XYZ | 42.87 | 26.03 | 3.11 | - |
| YUV | 121.92 | 65.98 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 12 | 0 | 0.69 | 0.95 | 0.01 | 16.25 | 0.98 | 0.52 |
| Hex | FC | 4D | C | 0 | 45 | 5F | 1 | 10 | 62 | 34 |
| Octal | 374 | 115 | 14 | 0 | 105 | 137 | 1 | 20 | 142 | 64 |
| Binary | 11111100 | 1001101 | 1100 | 0 | 1000101 | 1011111 | 1 | 10000 | 1100010 | 110100 |
Color Harmonies of #FC4D0C
Complementary color
Monochromatic Colors of #FC4D0C
Black with #FC4D0C
Text Example
Text Example
White with #FC4D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D0C; }
p { color: rgb(252,77,12); }
H1.HeaderClassName
{
color: #FC4D0C;
}
.AnyTagClassName
{
color: #FC4D0C;
}
</style>
background-color css
<style>
a { background-color: #FC4D0C; }
a { background-color: rgb(252,77,12); }
div.DivClassName
{
background-color: #FC4D0C;
}
.BgClassName
{
background-color: #FC4D0C;
}
</style>
border-color css
<style>
span { border-color: #FC4D0C; }
span { border-color: rgb(252,77,12); }
td.TdClassName
{
border-color: #FC4D0C;
}
.TagClassName
{
border-color: #FC4D0C;
}
</style>