Shades of Vermilion #FA4D19
Tints of Vermilion #FA4D19
RGB
CMYK
RGB Variations
Color information
#FA4D19 (or 0xFA4D19) is known color: Vermilion. HEX triplet: FA, 4D and 19. RGB value is (250,77,25). Sum of RGB (Red+Green+Blue) = 250+77+25=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4D19 is #05B2E6. Grayscale: #7B7B7B. Windows color (decimal): -373479 or 1658362. OLE color: 1658362.
HSL color Cylindrical-coordinate representation of color #FA4D19: hue angle of 13.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA4D19 is Cyan = 0, Magento = 0.69, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 25 | - |
| CMYK | 0 | 0.69 | 0.9 | 0.02 |
| HSL | 13.87º | 0.96% | 0.54% | - |
| HSV(B) | 13.87º | 0.9% | 0.98% | - |
| XYZ | 42.25 | 25.7 | 3.65 | - |
| YUV | 122.8 | 72.81 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 25 | 0 | 0.69 | 0.9 | 0.02 | 13.87 | 0.96 | 0.54 |
| Hex | FA | 4D | 19 | 0 | 45 | 5A | 2 | E | 60 | 36 |
| Octal | 372 | 115 | 31 | 0 | 105 | 132 | 2 | 16 | 140 | 66 |
| Binary | 11111010 | 1001101 | 11001 | 0 | 1000101 | 1011010 | 10 | 1110 | 1100000 | 110110 |
Color Harmonies of #FA4D19
Complementary color
Monochromatic Colors of #FA4D19
Black with #FA4D19
Text Example
Text Example
White with #FA4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D19; }
p { color: rgb(250,77,25); }
H1.HeaderClassName
{
color: #FA4D19;
}
.AnyTagClassName
{
color: #FA4D19;
}
</style>
background-color css
<style>
a { background-color: #FA4D19; }
a { background-color: rgb(250,77,25); }
div.DivClassName
{
background-color: #FA4D19;
}
.BgClassName
{
background-color: #FA4D19;
}
</style>
border-color css
<style>
span { border-color: #FA4D19; }
span { border-color: rgb(250,77,25); }
td.TdClassName
{
border-color: #FA4D19;
}
.TagClassName
{
border-color: #FA4D19;
}
</style>