Shades of Vermilion #F74D16
Tints of Vermilion #F74D16
RGB
CMYK
RGB Variations
Color information
#F74D16 (or 0xF74D16) is known color: Vermilion. HEX triplet: F7, 4D and 16. RGB value is (247,77,22). Sum of RGB (Red+Green+Blue) = 247+77+22=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74D16 is #08B2E9. Grayscale: #797979. Windows color (decimal): -570090 or 1461751. OLE color: 1461751.
HSL color Cylindrical-coordinate representation of color #F74D16: hue angle of 14.67º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F74D16 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 22 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.03 |
| HSL | 14.67º | 0.93% | 0.53% | - |
| HSV(B) | 14.67º | 0.91% | 0.97% | - |
| XYZ | 41.16 | 25.14 | 3.44 | - |
| YUV | 121.56 | 71.82 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 22 | 0 | 0.69 | 0.91 | 0.03 | 14.67 | 0.93 | 0.53 |
| Hex | F7 | 4D | 16 | 0 | 45 | 5B | 3 | F | 5D | 35 |
| Octal | 367 | 115 | 26 | 0 | 105 | 133 | 3 | 17 | 135 | 65 |
| Binary | 11110111 | 1001101 | 10110 | 0 | 1000101 | 1011011 | 11 | 1111 | 1011101 | 110101 |
Color Harmonies of #F74D16
Complementary color
Monochromatic Colors of #F74D16
Black with #F74D16
Text Example
Text Example
White with #F74D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D16; }
p { color: rgb(247,77,22); }
H1.HeaderClassName
{
color: #F74D16;
}
.AnyTagClassName
{
color: #F74D16;
}
</style>
background-color css
<style>
a { background-color: #F74D16; }
a { background-color: rgb(247,77,22); }
div.DivClassName
{
background-color: #F74D16;
}
.BgClassName
{
background-color: #F74D16;
}
</style>
border-color css
<style>
span { border-color: #F74D16; }
span { border-color: rgb(247,77,22); }
td.TdClassName
{
border-color: #F74D16;
}
.TagClassName
{
border-color: #F74D16;
}
</style>