Shades of Vermilion #F74E08
Tints of Vermilion #F74E08
RGB
CMYK
RGB Variations
Color information
#F74E08 (or 0xF74E08) is known color: Vermilion. HEX triplet: F7, 4E and 08. RGB value is (247,78,8). Sum of RGB (Red+Green+Blue) = 247+78+8=333 (44% of max value = 765). Red value is 247 (96.88% from 255 or 74.17% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 247 - color contains mainly: red. Hex color #F74E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74E08 is #08B1F7. Grayscale: #787878. Windows color (decimal): -569848 or 544503. OLE color: 544503.
HSL color Cylindrical-coordinate representation of color #F74E08: hue angle of 17.57º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F74E08 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 8 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.03 |
| HSL | 17.57º | 0.94% | 0.5% | - |
| HSV(B) | 17.57º | 0.97% | 0.97% | - |
| XYZ | 41.13 | 25.24 | 2.93 | - |
| YUV | 120.55 | 64.49 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 8 | 0 | 0.68 | 0.97 | 0.03 | 17.57 | 0.94 | 0.5 |
| Hex | F7 | 4E | 8 | 0 | 44 | 61 | 3 | 12 | 5E | 32 |
| Octal | 367 | 116 | 10 | 0 | 104 | 141 | 3 | 22 | 136 | 62 |
| Binary | 11110111 | 1001110 | 1000 | 0 | 1000100 | 1100001 | 11 | 10010 | 1011110 | 110010 |
Color Harmonies of #F74E08
Complementary color
Monochromatic Colors of #F74E08
Black with #F74E08
Text Example
Text Example
White with #F74E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74E08; }
p { color: rgb(247,78,8); }
H1.HeaderClassName
{
color: #F74E08;
}
.AnyTagClassName
{
color: #F74E08;
}
</style>
background-color css
<style>
a { background-color: #F74E08; }
a { background-color: rgb(247,78,8); }
div.DivClassName
{
background-color: #F74E08;
}
.BgClassName
{
background-color: #F74E08;
}
</style>
border-color css
<style>
span { border-color: #F74E08; }
span { border-color: rgb(247,78,8); }
td.TdClassName
{
border-color: #F74E08;
}
.TagClassName
{
border-color: #F74E08;
}
</style>