Shades of Vermilion #FC4E0F
Tints of Vermilion #FC4E0F
RGB
CMYK
RGB Variations
Color information
#FC4E0F (or 0xFC4E0F) is known color: Vermilion. HEX triplet: FC, 4E and 0F. RGB value is (252,78,15). Sum of RGB (Red+Green+Blue) = 252+78+15=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC4E0F is #03B1F0. Grayscale: #7B7B7B. Windows color (decimal): -242161 or 1003260. OLE color: 1003260.
HSL color Cylindrical-coordinate representation of color #FC4E0F: hue angle of 15.95º 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 #FC4E0F is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 15 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.01 |
| HSL | 15.95º | 0.98% | 0.52% | - |
| HSV(B) | 15.95º | 0.94% | 0.99% | - |
| XYZ | 42.96 | 26.18 | 3.24 | - |
| YUV | 122.84 | 67.15 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 15 | 0 | 0.69 | 0.94 | 0.01 | 15.95 | 0.98 | 0.52 |
| Hex | FC | 4E | F | 0 | 45 | 5E | 1 | 10 | 62 | 34 |
| Octal | 374 | 116 | 17 | 0 | 105 | 136 | 1 | 20 | 142 | 64 |
| Binary | 11111100 | 1001110 | 1111 | 0 | 1000101 | 1011110 | 1 | 10000 | 1100010 | 110100 |
Color Harmonies of #FC4E0F
Complementary color
Monochromatic Colors of #FC4E0F
Black with #FC4E0F
Text Example
Text Example
White with #FC4E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E0F; }
p { color: rgb(252,78,15); }
H1.HeaderClassName
{
color: #FC4E0F;
}
.AnyTagClassName
{
color: #FC4E0F;
}
</style>
background-color css
<style>
a { background-color: #FC4E0F; }
a { background-color: rgb(252,78,15); }
div.DivClassName
{
background-color: #FC4E0F;
}
.BgClassName
{
background-color: #FC4E0F;
}
</style>
border-color css
<style>
span { border-color: #FC4E0F; }
span { border-color: rgb(252,78,15); }
td.TdClassName
{
border-color: #FC4E0F;
}
.TagClassName
{
border-color: #FC4E0F;
}
</style>