Shades of Vermilion #FA4901
Tints of Vermilion #FA4901
RGB
CMYK
RGB Variations
Color information
#FA4901 (or 0xFA4901) is known color: Vermilion. HEX triplet: FA, 49 and 01. RGB value is (250,73,1). Sum of RGB (Red+Green+Blue) = 250+73+1=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4901 is #05B6FE. Grayscale: #767676. Windows color (decimal): -374527 or 84474. OLE color: 84474.
HSL color Cylindrical-coordinate representation of color #FA4901: hue angle of 17.35º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA4901 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.02 |
| HSL | 17.35º | 0.99% | 0.49% | - |
| HSV(B) | 17.35º | 1% | 0.98% | - |
| XYZ | 41.81 | 25.09 | 2.67 | - |
| YUV | 117.72 | 62.14 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 1 | 0 | 0.71 | 1.00 | 0.02 | 17.35 | 0.99 | 0.49 |
| Hex | FA | 49 | 1 | 0 | 47 | 64 | 2 | 11 | 63 | 31 |
| Octal | 372 | 111 | 1 | 0 | 107 | 144 | 2 | 21 | 143 | 61 |
| Binary | 11111010 | 1001001 | 1 | 0 | 1000111 | 1100100 | 10 | 10001 | 1100011 | 110001 |
Color Harmonies of #FA4901
Complementary color
Monochromatic Colors of #FA4901
Black with #FA4901
Text Example
Text Example
White with #FA4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4901; }
p { color: rgb(250,73,1); }
H1.HeaderClassName
{
color: #FA4901;
}
.AnyTagClassName
{
color: #FA4901;
}
</style>
background-color css
<style>
a { background-color: #FA4901; }
a { background-color: rgb(250,73,1); }
div.DivClassName
{
background-color: #FA4901;
}
.BgClassName
{
background-color: #FA4901;
}
</style>
border-color css
<style>
span { border-color: #FA4901; }
span { border-color: rgb(250,73,1); }
td.TdClassName
{
border-color: #FA4901;
}
.TagClassName
{
border-color: #FA4901;
}
</style>