Shades of Vermilion #F74D0A
Tints of Vermilion #F74D0A
RGB
CMYK
RGB Variations
Color information
#F74D0A (or 0xF74D0A) is known color: Vermilion. HEX triplet: F7, 4D and 0A. RGB value is (247,77,10). Sum of RGB (Red+Green+Blue) = 247+77+10=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74D0A is #08B2F5. Grayscale: #787878. Windows color (decimal): -570102 or 675319. OLE color: 675319.
HSL color Cylindrical-coordinate representation of color #F74D0A: hue angle of 16.96º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F74D0A is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 10 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.03 |
| HSL | 16.96º | 0.94% | 0.5% | - |
| HSV(B) | 16.96º | 0.96% | 0.97% | - |
| XYZ | 41.07 | 25.1 | 2.97 | - |
| YUV | 120.19 | 65.82 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 10 | 0 | 0.69 | 0.96 | 0.03 | 16.96 | 0.94 | 0.5 |
| Hex | F7 | 4D | A | 0 | 45 | 60 | 3 | 11 | 5E | 32 |
| Octal | 367 | 115 | 12 | 0 | 105 | 140 | 3 | 21 | 136 | 62 |
| Binary | 11110111 | 1001101 | 1010 | 0 | 1000101 | 1100000 | 11 | 10001 | 1011110 | 110010 |
Color Harmonies of #F74D0A
Complementary color
Monochromatic Colors of #F74D0A
Black with #F74D0A
Text Example
Text Example
White with #F74D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D0A; }
p { color: rgb(247,77,10); }
H1.HeaderClassName
{
color: #F74D0A;
}
.AnyTagClassName
{
color: #F74D0A;
}
</style>
background-color css
<style>
a { background-color: #F74D0A; }
a { background-color: rgb(247,77,10); }
div.DivClassName
{
background-color: #F74D0A;
}
.BgClassName
{
background-color: #F74D0A;
}
</style>
border-color css
<style>
span { border-color: #F74D0A; }
span { border-color: rgb(247,77,10); }
td.TdClassName
{
border-color: #F74D0A;
}
.TagClassName
{
border-color: #F74D0A;
}
</style>