Shades of Vermilion #FA4E08
Tints of Vermilion #FA4E08
RGB
CMYK
RGB Variations
Color information
#FA4E08 (or 0xFA4E08) is known color: Vermilion. HEX triplet: FA, 4E and 08. RGB value is (250,78,8). Sum of RGB (Red+Green+Blue) = 250+78+8=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4E08 is #05B1F7. Grayscale: #797979. Windows color (decimal): -373240 or 544506. OLE color: 544506.
HSL color Cylindrical-coordinate representation of color #FA4E08: hue angle of 17.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 #FA4E08 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 8 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.02 |
| HSL | 17.36º | 0.96% | 0.51% | - |
| HSV(B) | 17.36º | 0.97% | 0.98% | - |
| XYZ | 42.19 | 25.79 | 2.98 | - |
| YUV | 121.45 | 63.98 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 8 | 0 | 0.69 | 0.97 | 0.02 | 17.36 | 0.96 | 0.51 |
| Hex | FA | 4E | 8 | 0 | 45 | 61 | 2 | 11 | 60 | 33 |
| Octal | 372 | 116 | 10 | 0 | 105 | 141 | 2 | 21 | 140 | 63 |
| Binary | 11111010 | 1001110 | 1000 | 0 | 1000101 | 1100001 | 10 | 10001 | 1100000 | 110011 |
Color Harmonies of #FA4E08
Complementary color
Monochromatic Colors of #FA4E08
Black with #FA4E08
Text Example
Text Example
White with #FA4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4E08; }
p { color: rgb(250,78,8); }
H1.HeaderClassName
{
color: #FA4E08;
}
.AnyTagClassName
{
color: #FA4E08;
}
</style>
background-color css
<style>
a { background-color: #FA4E08; }
a { background-color: rgb(250,78,8); }
div.DivClassName
{
background-color: #FA4E08;
}
.BgClassName
{
background-color: #FA4E08;
}
</style>
border-color css
<style>
span { border-color: #FA4E08; }
span { border-color: rgb(250,78,8); }
td.TdClassName
{
border-color: #FA4E08;
}
.TagClassName
{
border-color: #FA4E08;
}
</style>