Shades of Vermilion #F94A00
Tints of Vermilion #F94A00
RGB
CMYK
RGB Variations
Color information
#F94A00 (or 0xF94A00) is known color: Vermilion. HEX triplet: F9, 4A and 00. RGB value is (249,74,0). Sum of RGB (Red+Green+Blue) = 249+74+0=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94A00 is #06B5FF. Grayscale: #767676. Windows color (decimal): -439808 or 19193. OLE color: 19193.
HSL color Cylindrical-coordinate representation of color #F94A00: hue angle of 17.83º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F94A00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.02 |
| HSL | 17.83º | 1% | 0.49% | - |
| HSV(B) | 17.83º | 1% | 0.98% | - |
| XYZ | 41.52 | 25.04 | 2.64 | - |
| YUV | 117.89 | 61.48 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 0 | 0 | 0.70 | 1 | 0.02 | 17.83 | 1 | 0.49 |
| Hex | F9 | 4A | 0 | 0 | 46 | 64 | 2 | 12 | 64 | 31 |
| Octal | 371 | 112 | 0 | 0 | 106 | 144 | 2 | 22 | 144 | 61 |
| Binary | 11111001 | 1001010 | 0 | 0 | 1000110 | 1100100 | 10 | 10010 | 1100100 | 110001 |
Color Harmonies of #F94A00
Complementary color
Monochromatic Colors of #F94A00
Black with #F94A00
Text Example
Text Example
White with #F94A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A00; }
p { color: rgb(249,74,0); }
H1.HeaderClassName
{
color: #F94A00;
}
.AnyTagClassName
{
color: #F94A00;
}
</style>
background-color css
<style>
a { background-color: #F94A00; }
a { background-color: rgb(249,74,0); }
div.DivClassName
{
background-color: #F94A00;
}
.BgClassName
{
background-color: #F94A00;
}
</style>
border-color css
<style>
span { border-color: #F94A00; }
span { border-color: rgb(249,74,0); }
td.TdClassName
{
border-color: #F94A00;
}
.TagClassName
{
border-color: #F94A00;
}
</style>