Shades of Vermilion #FA4D03
Tints of Vermilion #FA4D03
RGB
CMYK
RGB Variations
Color information
#FA4D03 (or 0xFA4D03) is known color: Vermilion. HEX triplet: FA, 4D and 03. RGB value is (250,77,3). Sum of RGB (Red+Green+Blue) = 250+77+3=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4D03 is #05B2FC. Grayscale: #787878. Windows color (decimal): -373501 or 216570. OLE color: 216570.
HSL color Cylindrical-coordinate representation of color #FA4D03: hue angle of 17.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA4D03 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.02 |
| HSL | 17.98º | 0.98% | 0.5% | - |
| HSV(B) | 17.98º | 0.99% | 0.98% | - |
| XYZ | 42.09 | 25.64 | 2.82 | - |
| YUV | 120.29 | 61.81 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 3 | 0 | 0.69 | 0.99 | 0.02 | 17.98 | 0.98 | 0.5 |
| Hex | FA | 4D | 3 | 0 | 45 | 63 | 2 | 12 | 62 | 32 |
| Octal | 372 | 115 | 3 | 0 | 105 | 143 | 2 | 22 | 142 | 62 |
| Binary | 11111010 | 1001101 | 11 | 0 | 1000101 | 1100011 | 10 | 10010 | 1100010 | 110010 |
Color Harmonies of #FA4D03
Complementary color
Monochromatic Colors of #FA4D03
Black with #FA4D03
Text Example
Text Example
White with #FA4D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D03; }
p { color: rgb(250,77,3); }
H1.HeaderClassName
{
color: #FA4D03;
}
.AnyTagClassName
{
color: #FA4D03;
}
</style>
background-color css
<style>
a { background-color: #FA4D03; }
a { background-color: rgb(250,77,3); }
div.DivClassName
{
background-color: #FA4D03;
}
.BgClassName
{
background-color: #FA4D03;
}
</style>
border-color css
<style>
span { border-color: #FA4D03; }
span { border-color: rgb(250,77,3); }
td.TdClassName
{
border-color: #FA4D03;
}
.TagClassName
{
border-color: #FA4D03;
}
</style>