Shades of Vermilion #FA4A0E
Tints of Vermilion #FA4A0E
RGB
CMYK
RGB Variations
Color information
#FA4A0E (or 0xFA4A0E) is known color: Vermilion. HEX triplet: FA, 4A and 0E. RGB value is (250,74,14). Sum of RGB (Red+Green+Blue) = 250+74+14=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4A0E is #05B5F1. Grayscale: #787878. Windows color (decimal): -374258 or 936698. OLE color: 936698.
HSL color Cylindrical-coordinate representation of color #FA4A0E: hue angle of 15.25º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA4A0E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.02 |
| HSL | 15.25º | 0.96% | 0.52% | - |
| HSV(B) | 15.25º | 0.94% | 0.98% | - |
| XYZ | 41.95 | 25.25 | 3.08 | - |
| YUV | 119.78 | 68.31 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 14 | 0 | 0.70 | 0.94 | 0.02 | 15.25 | 0.96 | 0.52 |
| Hex | FA | 4A | E | 0 | 46 | 5E | 2 | F | 60 | 34 |
| Octal | 372 | 112 | 16 | 0 | 106 | 136 | 2 | 17 | 140 | 64 |
| Binary | 11111010 | 1001010 | 1110 | 0 | 1000110 | 1011110 | 10 | 1111 | 1100000 | 110100 |
Color Harmonies of #FA4A0E
Complementary color
Monochromatic Colors of #FA4A0E
Black with #FA4A0E
Text Example
Text Example
White with #FA4A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A0E; }
p { color: rgb(250,74,14); }
H1.HeaderClassName
{
color: #FA4A0E;
}
.AnyTagClassName
{
color: #FA4A0E;
}
</style>
background-color css
<style>
a { background-color: #FA4A0E; }
a { background-color: rgb(250,74,14); }
div.DivClassName
{
background-color: #FA4A0E;
}
.BgClassName
{
background-color: #FA4A0E;
}
</style>
border-color css
<style>
span { border-color: #FA4A0E; }
span { border-color: rgb(250,74,14); }
td.TdClassName
{
border-color: #FA4A0E;
}
.TagClassName
{
border-color: #FA4A0E;
}
</style>