Shades of Vermilion #FA4B18
Tints of Vermilion #FA4B18
RGB
CMYK
RGB Variations
Color information
#FA4B18 (or 0xFA4B18) is known color: Vermilion. HEX triplet: FA, 4B and 18. RGB value is (250,75,24). Sum of RGB (Red+Green+Blue) = 250+75+24=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4B18 is #05B4E7. Grayscale: #797979. Windows color (decimal): -373992 or 1592314. OLE color: 1592314.
HSL color Cylindrical-coordinate representation of color #FA4B18: hue angle of 13.54º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA4B18 is Cyan = 0, Magento = 0.7, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 75 | 24 | - |
| CMYK | 0 | 0.7 | 0.90 | 0.02 |
| HSL | 13.54º | 0.96% | 0.54% | - |
| HSV(B) | 13.54º | 0.9% | 0.98% | - |
| XYZ | 42.11 | 25.42 | 3.55 | - |
| YUV | 121.51 | 72.98 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 75 | 24 | 0 | 0.7 | 0.90 | 0.02 | 13.54 | 0.96 | 0.54 |
| Hex | FA | 4B | 18 | 0 | 46 | 5A | 2 | E | 60 | 36 |
| Octal | 372 | 113 | 30 | 0 | 106 | 132 | 2 | 16 | 140 | 66 |
| Binary | 11111010 | 1001011 | 11000 | 0 | 1000110 | 1011010 | 10 | 1110 | 1100000 | 110110 |
Color Harmonies of #FA4B18
Complementary color
Monochromatic Colors of #FA4B18
Black with #FA4B18
Text Example
Text Example
White with #FA4B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4B18; }
p { color: rgb(250,75,24); }
H1.HeaderClassName
{
color: #FA4B18;
}
.AnyTagClassName
{
color: #FA4B18;
}
</style>
background-color css
<style>
a { background-color: #FA4B18; }
a { background-color: rgb(250,75,24); }
div.DivClassName
{
background-color: #FA4B18;
}
.BgClassName
{
background-color: #FA4B18;
}
</style>
border-color css
<style>
span { border-color: #FA4B18; }
span { border-color: rgb(250,75,24); }
td.TdClassName
{
border-color: #FA4B18;
}
.TagClassName
{
border-color: #FA4B18;
}
</style>