Shades of Vermilion #F94D0C
Tints of Vermilion #F94D0C
RGB
CMYK
RGB Variations
Color information
#F94D0C (or 0xF94D0C) is known color: Vermilion. HEX triplet: F9, 4D and 0C. RGB value is (249,77,12). Sum of RGB (Red+Green+Blue) = 249+77+12=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94D0C is #06B2F3. Grayscale: #797979. Windows color (decimal): -439028 or 806393. OLE color: 806393.
HSL color Cylindrical-coordinate representation of color #F94D0C: hue angle of 16.46º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F94D0C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.02 |
| HSL | 16.46º | 0.95% | 0.51% | - |
| HSV(B) | 16.46º | 0.95% | 0.98% | - |
| XYZ | 41.79 | 25.47 | 3.06 | - |
| YUV | 121.02 | 66.48 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 12 | 0 | 0.69 | 0.95 | 0.02 | 16.46 | 0.95 | 0.51 |
| Hex | F9 | 4D | C | 0 | 45 | 5F | 2 | 10 | 5F | 33 |
| Octal | 371 | 115 | 14 | 0 | 105 | 137 | 2 | 20 | 137 | 63 |
| Binary | 11111001 | 1001101 | 1100 | 0 | 1000101 | 1011111 | 10 | 10000 | 1011111 | 110011 |
Color Harmonies of #F94D0C
Complementary color
Monochromatic Colors of #F94D0C
Black with #F94D0C
Text Example
Text Example
White with #F94D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D0C; }
p { color: rgb(249,77,12); }
H1.HeaderClassName
{
color: #F94D0C;
}
.AnyTagClassName
{
color: #F94D0C;
}
</style>
background-color css
<style>
a { background-color: #F94D0C; }
a { background-color: rgb(249,77,12); }
div.DivClassName
{
background-color: #F94D0C;
}
.BgClassName
{
background-color: #F94D0C;
}
</style>
border-color css
<style>
span { border-color: #F94D0C; }
span { border-color: rgb(249,77,12); }
td.TdClassName
{
border-color: #F94D0C;
}
.TagClassName
{
border-color: #F94D0C;
}
</style>