Shades of Vermilion #FA4A09
Tints of Vermilion #FA4A09
RGB
CMYK
RGB Variations
Color information
#FA4A09 (or 0xFA4A09) is known color: Vermilion. HEX triplet: FA, 4A and 09. RGB value is (250,74,9). Sum of RGB (Red+Green+Blue) = 250+74+9=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4A09 is #05B5F6. Grayscale: #777777. Windows color (decimal): -374263 or 609018. OLE color: 609018.
HSL color Cylindrical-coordinate representation of color #FA4A09: hue angle of 16.18º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA4A09 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 9 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.02 |
| HSL | 16.18º | 0.96% | 0.51% | - |
| HSV(B) | 16.18º | 0.96% | 0.98% | - |
| XYZ | 41.92 | 25.24 | 2.92 | - |
| YUV | 119.21 | 65.81 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 9 | 0 | 0.70 | 0.96 | 0.02 | 16.18 | 0.96 | 0.51 |
| Hex | FA | 4A | 9 | 0 | 46 | 60 | 2 | 10 | 60 | 33 |
| Octal | 372 | 112 | 11 | 0 | 106 | 140 | 2 | 20 | 140 | 63 |
| Binary | 11111010 | 1001010 | 1001 | 0 | 1000110 | 1100000 | 10 | 10000 | 1100000 | 110011 |
Color Harmonies of #FA4A09
Complementary color
Monochromatic Colors of #FA4A09
Black with #FA4A09
Text Example
Text Example
White with #FA4A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A09; }
p { color: rgb(250,74,9); }
H1.HeaderClassName
{
color: #FA4A09;
}
.AnyTagClassName
{
color: #FA4A09;
}
</style>
background-color css
<style>
a { background-color: #FA4A09; }
a { background-color: rgb(250,74,9); }
div.DivClassName
{
background-color: #FA4A09;
}
.BgClassName
{
background-color: #FA4A09;
}
</style>
border-color css
<style>
span { border-color: #FA4A09; }
span { border-color: rgb(250,74,9); }
td.TdClassName
{
border-color: #FA4A09;
}
.TagClassName
{
border-color: #FA4A09;
}
</style>