Shades of Vermilion #FC4A08
Tints of Vermilion #FC4A08
RGB
CMYK
RGB Variations
Color information
#FC4A08 (or 0xFC4A08) is known color: Vermilion. HEX triplet: FC, 4A and 08. RGB value is (252,74,8). Sum of RGB (Red+Green+Blue) = 252+74+8=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4A08 is #03B5F7. Grayscale: #787878. Windows color (decimal): -243192 or 543484. OLE color: 543484.
HSL color Cylindrical-coordinate representation of color #FC4A08: hue angle of 16.23º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC4A08 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 8 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.01 |
| HSL | 16.23º | 0.98% | 0.51% | - |
| HSV(B) | 16.23º | 0.97% | 0.99% | - |
| XYZ | 42.64 | 25.61 | 2.93 | - |
| YUV | 119.7 | 64.97 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 8 | 0 | 0.71 | 0.97 | 0.01 | 16.23 | 0.98 | 0.51 |
| Hex | FC | 4A | 8 | 0 | 47 | 61 | 1 | 10 | 62 | 33 |
| Octal | 374 | 112 | 10 | 0 | 107 | 141 | 1 | 20 | 142 | 63 |
| Binary | 11111100 | 1001010 | 1000 | 0 | 1000111 | 1100001 | 1 | 10000 | 1100010 | 110011 |
Color Harmonies of #FC4A08
Complementary color
Monochromatic Colors of #FC4A08
Black with #FC4A08
Text Example
Text Example
White with #FC4A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A08; }
p { color: rgb(252,74,8); }
H1.HeaderClassName
{
color: #FC4A08;
}
.AnyTagClassName
{
color: #FC4A08;
}
</style>
background-color css
<style>
a { background-color: #FC4A08; }
a { background-color: rgb(252,74,8); }
div.DivClassName
{
background-color: #FC4A08;
}
.BgClassName
{
background-color: #FC4A08;
}
</style>
border-color css
<style>
span { border-color: #FC4A08; }
span { border-color: rgb(252,74,8); }
td.TdClassName
{
border-color: #FC4A08;
}
.TagClassName
{
border-color: #FC4A08;
}
</style>