Shades of Vermilion #F74A04
Tints of Vermilion #F74A04
RGB
CMYK
RGB Variations
Color information
#F74A04 (or 0xF74A04) is known color: Vermilion. HEX triplet: F7, 4A and 04. RGB value is (247,74,4). Sum of RGB (Red+Green+Blue) = 247+74+4=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74A04 is #08B5FB. Grayscale: #767676. Windows color (decimal): -570876 or 281335. OLE color: 281335.
HSL color Cylindrical-coordinate representation of color #F74A04: hue angle of 17.28º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F74A04 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.03 |
| HSL | 17.28º | 0.97% | 0.49% | - |
| HSV(B) | 17.28º | 0.98% | 0.97% | - |
| XYZ | 40.83 | 24.68 | 2.73 | - |
| YUV | 117.75 | 63.81 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 4 | 0 | 0.70 | 0.98 | 0.03 | 17.28 | 0.97 | 0.49 |
| Hex | F7 | 4A | 4 | 0 | 46 | 62 | 3 | 11 | 61 | 31 |
| Octal | 367 | 112 | 4 | 0 | 106 | 142 | 3 | 21 | 141 | 61 |
| Binary | 11110111 | 1001010 | 100 | 0 | 1000110 | 1100010 | 11 | 10001 | 1100001 | 110001 |
Color Harmonies of #F74A04
Complementary color
Monochromatic Colors of #F74A04
Black with #F74A04
Text Example
Text Example
White with #F74A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74A04; }
p { color: rgb(247,74,4); }
H1.HeaderClassName
{
color: #F74A04;
}
.AnyTagClassName
{
color: #F74A04;
}
</style>
background-color css
<style>
a { background-color: #F74A04; }
a { background-color: rgb(247,74,4); }
div.DivClassName
{
background-color: #F74A04;
}
.BgClassName
{
background-color: #F74A04;
}
</style>
border-color css
<style>
span { border-color: #F74A04; }
span { border-color: rgb(247,74,4); }
td.TdClassName
{
border-color: #F74A04;
}
.TagClassName
{
border-color: #F74A04;
}
</style>