Shades of Vermilion #F94A03
Tints of Vermilion #F94A03
RGB
CMYK
RGB Variations
Color information
#F94A03 (or 0xF94A03) is known color: Vermilion. HEX triplet: F9, 4A and 03. RGB value is (249,74,3). Sum of RGB (Red+Green+Blue) = 249+74+3=326 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.38% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94A03 is #06B5FC. Grayscale: #767676. Windows color (decimal): -439805 or 215801. OLE color: 215801.
HSL color Cylindrical-coordinate representation of color #F94A03: hue angle of 17.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F94A03 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.02 |
| HSL | 17.32º | 0.98% | 0.49% | - |
| HSV(B) | 17.32º | 0.99% | 0.98% | - |
| XYZ | 41.53 | 25.04 | 2.73 | - |
| YUV | 118.23 | 62.98 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 3 | 0 | 0.70 | 0.99 | 0.02 | 17.32 | 0.98 | 0.49 |
| Hex | F9 | 4A | 3 | 0 | 46 | 63 | 2 | 11 | 62 | 31 |
| Octal | 371 | 112 | 3 | 0 | 106 | 143 | 2 | 21 | 142 | 61 |
| Binary | 11111001 | 1001010 | 11 | 0 | 1000110 | 1100011 | 10 | 10001 | 1100010 | 110001 |
Color Harmonies of #F94A03
Complementary color
Monochromatic Colors of #F94A03
Black with #F94A03
Text Example
Text Example
White with #F94A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A03; }
p { color: rgb(249,74,3); }
H1.HeaderClassName
{
color: #F94A03;
}
.AnyTagClassName
{
color: #F94A03;
}
</style>
background-color css
<style>
a { background-color: #F94A03; }
a { background-color: rgb(249,74,3); }
div.DivClassName
{
background-color: #F94A03;
}
.BgClassName
{
background-color: #F94A03;
}
</style>
border-color css
<style>
span { border-color: #F94A03; }
span { border-color: rgb(249,74,3); }
td.TdClassName
{
border-color: #F94A03;
}
.TagClassName
{
border-color: #F94A03;
}
</style>