Shades of Vermilion #F74E0C
Tints of Vermilion #F74E0C
RGB
CMYK
RGB Variations
Color information
#F74E0C (or 0xF74E0C) is known color: Vermilion. HEX triplet: F7, 4E and 0C. RGB value is (247,78,12). Sum of RGB (Red+Green+Blue) = 247+78+12=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F74E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74E0C is #08B1F3. Grayscale: #797979. Windows color (decimal): -569844 or 806647. OLE color: 806647.
HSL color Cylindrical-coordinate representation of color #F74E0C: hue angle of 16.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F74E0C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 12 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.03 |
| HSL | 16.85º | 0.94% | 0.51% | - |
| HSV(B) | 16.85º | 0.95% | 0.97% | - |
| XYZ | 41.15 | 25.25 | 3.05 | - |
| YUV | 121.01 | 66.49 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 12 | 0 | 0.68 | 0.95 | 0.03 | 16.85 | 0.94 | 0.51 |
| Hex | F7 | 4E | C | 0 | 44 | 5F | 3 | 11 | 5E | 33 |
| Octal | 367 | 116 | 14 | 0 | 104 | 137 | 3 | 21 | 136 | 63 |
| Binary | 11110111 | 1001110 | 1100 | 0 | 1000100 | 1011111 | 11 | 10001 | 1011110 | 110011 |
Color Harmonies of #F74E0C
Complementary color
Monochromatic Colors of #F74E0C
Black with #F74E0C
Text Example
Text Example
White with #F74E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74E0C; }
p { color: rgb(247,78,12); }
H1.HeaderClassName
{
color: #F74E0C;
}
.AnyTagClassName
{
color: #F74E0C;
}
</style>
background-color css
<style>
a { background-color: #F74E0C; }
a { background-color: rgb(247,78,12); }
div.DivClassName
{
background-color: #F74E0C;
}
.BgClassName
{
background-color: #F74E0C;
}
</style>
border-color css
<style>
span { border-color: #F74E0C; }
span { border-color: rgb(247,78,12); }
td.TdClassName
{
border-color: #F74E0C;
}
.TagClassName
{
border-color: #F74E0C;
}
</style>