Shades of Vermilion #FC4A03
Tints of Vermilion #FC4A03
RGB
CMYK
RGB Variations
Color information
#FC4A03 (or 0xFC4A03) is known color: Vermilion. HEX triplet: FC, 4A and 03. RGB value is (252,74,3). Sum of RGB (Red+Green+Blue) = 252+74+3=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4A03 is #03B5FC. Grayscale: #777777. Windows color (decimal): -243197 or 215804. OLE color: 215804.
HSL color Cylindrical-coordinate representation of color #FC4A03: hue angle of 17.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC4A03 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 3 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.01 |
| HSL | 17.11º | 0.98% | 0.5% | - |
| HSV(B) | 17.11º | 0.99% | 0.99% | - |
| XYZ | 42.61 | 25.6 | 2.78 | - |
| YUV | 119.13 | 62.47 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 3 | 0 | 0.71 | 0.99 | 0.01 | 17.11 | 0.98 | 0.5 |
| Hex | FC | 4A | 3 | 0 | 47 | 63 | 1 | 11 | 62 | 32 |
| Octal | 374 | 112 | 3 | 0 | 107 | 143 | 1 | 21 | 142 | 62 |
| Binary | 11111100 | 1001010 | 11 | 0 | 1000111 | 1100011 | 1 | 10001 | 1100010 | 110010 |
Color Harmonies of #FC4A03
Complementary color
Monochromatic Colors of #FC4A03
Black with #FC4A03
Text Example
Text Example
White with #FC4A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A03; }
p { color: rgb(252,74,3); }
H1.HeaderClassName
{
color: #FC4A03;
}
.AnyTagClassName
{
color: #FC4A03;
}
</style>
background-color css
<style>
a { background-color: #FC4A03; }
a { background-color: rgb(252,74,3); }
div.DivClassName
{
background-color: #FC4A03;
}
.BgClassName
{
background-color: #FC4A03;
}
</style>
border-color css
<style>
span { border-color: #FC4A03; }
span { border-color: rgb(252,74,3); }
td.TdClassName
{
border-color: #FC4A03;
}
.TagClassName
{
border-color: #FC4A03;
}
</style>