Shades of Vermilion #FA4D08
Tints of Vermilion #FA4D08
RGB
CMYK
RGB Variations
Color information
#FA4D08 (or 0xFA4D08) is known color: Vermilion. HEX triplet: FA, 4D and 08. RGB value is (250,77,8). Sum of RGB (Red+Green+Blue) = 250+77+8=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4D08 is #05B2F7. Grayscale: #797979. Windows color (decimal): -373496 or 544250. OLE color: 544250.
HSL color Cylindrical-coordinate representation of color #FA4D08: hue angle of 17.11º 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 #FA4D08 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 8 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.02 |
| HSL | 17.11º | 0.96% | 0.51% | - |
| HSV(B) | 17.11º | 0.97% | 0.98% | - |
| XYZ | 42.12 | 25.65 | 2.96 | - |
| YUV | 120.86 | 64.31 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 8 | 0 | 0.69 | 0.97 | 0.02 | 17.11 | 0.96 | 0.51 |
| Hex | FA | 4D | 8 | 0 | 45 | 61 | 2 | 11 | 60 | 33 |
| Octal | 372 | 115 | 10 | 0 | 105 | 141 | 2 | 21 | 140 | 63 |
| Binary | 11111010 | 1001101 | 1000 | 0 | 1000101 | 1100001 | 10 | 10001 | 1100000 | 110011 |
Color Harmonies of #FA4D08
Complementary color
Monochromatic Colors of #FA4D08
Black with #FA4D08
Text Example
Text Example
White with #FA4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D08; }
p { color: rgb(250,77,8); }
H1.HeaderClassName
{
color: #FA4D08;
}
.AnyTagClassName
{
color: #FA4D08;
}
</style>
background-color css
<style>
a { background-color: #FA4D08; }
a { background-color: rgb(250,77,8); }
div.DivClassName
{
background-color: #FA4D08;
}
.BgClassName
{
background-color: #FA4D08;
}
</style>
border-color css
<style>
span { border-color: #FA4D08; }
span { border-color: rgb(250,77,8); }
td.TdClassName
{
border-color: #FA4D08;
}
.TagClassName
{
border-color: #FA4D08;
}
</style>