Shades of Vermilion #F94A0B
Tints of Vermilion #F94A0B
RGB
CMYK
RGB Variations
Color information
#F94A0B (or 0xF94A0B) is known color: Vermilion. HEX triplet: F9, 4A and 0B. RGB value is (249,74,11). Sum of RGB (Red+Green+Blue) = 249+74+11=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94A0B is #06B5F4. Grayscale: #777777. Windows color (decimal): -439797 or 740089. OLE color: 740089.
HSL color Cylindrical-coordinate representation of color #F94A0B: hue angle of 15.88º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F94A0B is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 11 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.02 |
| HSL | 15.88º | 0.95% | 0.51% | - |
| HSV(B) | 15.88º | 0.96% | 0.98% | - |
| XYZ | 41.58 | 25.06 | 2.96 | - |
| YUV | 119.14 | 66.98 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 11 | 0 | 0.70 | 0.96 | 0.02 | 15.88 | 0.95 | 0.51 |
| Hex | F9 | 4A | B | 0 | 46 | 60 | 2 | 10 | 5F | 33 |
| Octal | 371 | 112 | 13 | 0 | 106 | 140 | 2 | 20 | 137 | 63 |
| Binary | 11111001 | 1001010 | 1011 | 0 | 1000110 | 1100000 | 10 | 10000 | 1011111 | 110011 |
Color Harmonies of #F94A0B
Complementary color
Monochromatic Colors of #F94A0B
Black with #F94A0B
Text Example
Text Example
White with #F94A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A0B; }
p { color: rgb(249,74,11); }
H1.HeaderClassName
{
color: #F94A0B;
}
.AnyTagClassName
{
color: #F94A0B;
}
</style>
background-color css
<style>
a { background-color: #F94A0B; }
a { background-color: rgb(249,74,11); }
div.DivClassName
{
background-color: #F94A0B;
}
.BgClassName
{
background-color: #F94A0B;
}
</style>
border-color css
<style>
span { border-color: #F94A0B; }
span { border-color: rgb(249,74,11); }
td.TdClassName
{
border-color: #F94A0B;
}
.TagClassName
{
border-color: #F94A0B;
}
</style>