Shades of Vermilion #F94A04
Tints of Vermilion #F94A04
RGB
CMYK
RGB Variations
Color information
#F94A04 (or 0xF94A04) is known color: Vermilion. HEX triplet: F9, 4A and 04. RGB value is (249,74,4). Sum of RGB (Red+Green+Blue) = 249+74+4=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94A04 is #06B5FB. Grayscale: #767676. Windows color (decimal): -439804 or 281337. OLE color: 281337.
HSL color Cylindrical-coordinate representation of color #F94A04: hue angle of 17.14º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F94A04 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.02 |
| HSL | 17.14º | 0.97% | 0.5% | - |
| HSV(B) | 17.14º | 0.98% | 0.98% | - |
| XYZ | 41.54 | 25.05 | 2.76 | - |
| YUV | 118.35 | 63.48 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 4 | 0 | 0.70 | 0.98 | 0.02 | 17.14 | 0.97 | 0.5 |
| Hex | F9 | 4A | 4 | 0 | 46 | 62 | 2 | 11 | 61 | 32 |
| Octal | 371 | 112 | 4 | 0 | 106 | 142 | 2 | 21 | 141 | 62 |
| Binary | 11111001 | 1001010 | 100 | 0 | 1000110 | 1100010 | 10 | 10001 | 1100001 | 110010 |
Color Harmonies of #F94A04
Complementary color
Monochromatic Colors of #F94A04
Black with #F94A04
Text Example
Text Example
White with #F94A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A04; }
p { color: rgb(249,74,4); }
H1.HeaderClassName
{
color: #F94A04;
}
.AnyTagClassName
{
color: #F94A04;
}
</style>
background-color css
<style>
a { background-color: #F94A04; }
a { background-color: rgb(249,74,4); }
div.DivClassName
{
background-color: #F94A04;
}
.BgClassName
{
background-color: #F94A04;
}
</style>
border-color css
<style>
span { border-color: #F94A04; }
span { border-color: rgb(249,74,4); }
td.TdClassName
{
border-color: #F94A04;
}
.TagClassName
{
border-color: #F94A04;
}
</style>