Shades of Vermilion #FA4A08
Tints of Vermilion #FA4A08
RGB
CMYK
RGB Variations
Color information
#FA4A08 (or 0xFA4A08) is known color: Vermilion. HEX triplet: FA, 4A and 08. RGB value is (250,74,8). Sum of RGB (Red+Green+Blue) = 250+74+8=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4A08 is #05B5F7. Grayscale: #777777. Windows color (decimal): -374264 or 543482. OLE color: 543482.
HSL color Cylindrical-coordinate representation of color #FA4A08: hue angle of 16.36º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA4A08 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 8 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.02 |
| HSL | 16.36º | 0.96% | 0.51% | - |
| HSV(B) | 16.36º | 0.97% | 0.98% | - |
| XYZ | 41.92 | 25.24 | 2.89 | - |
| YUV | 119.1 | 65.31 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 8 | 0 | 0.70 | 0.97 | 0.02 | 16.36 | 0.96 | 0.51 |
| Hex | FA | 4A | 8 | 0 | 46 | 61 | 2 | 10 | 60 | 33 |
| Octal | 372 | 112 | 10 | 0 | 106 | 141 | 2 | 20 | 140 | 63 |
| Binary | 11111010 | 1001010 | 1000 | 0 | 1000110 | 1100001 | 10 | 10000 | 1100000 | 110011 |
Color Harmonies of #FA4A08
Complementary color
Monochromatic Colors of #FA4A08
Black with #FA4A08
Text Example
Text Example
White with #FA4A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A08; }
p { color: rgb(250,74,8); }
H1.HeaderClassName
{
color: #FA4A08;
}
.AnyTagClassName
{
color: #FA4A08;
}
</style>
background-color css
<style>
a { background-color: #FA4A08; }
a { background-color: rgb(250,74,8); }
div.DivClassName
{
background-color: #FA4A08;
}
.BgClassName
{
background-color: #FA4A08;
}
</style>
border-color css
<style>
span { border-color: #FA4A08; }
span { border-color: rgb(250,74,8); }
td.TdClassName
{
border-color: #FA4A08;
}
.TagClassName
{
border-color: #FA4A08;
}
</style>