Shades of Vermilion #F74C0B
Tints of Vermilion #F74C0B
RGB
CMYK
RGB Variations
Color information
#F74C0B (or 0xF74C0B) is known color: Vermilion. HEX triplet: F7, 4C and 0B. RGB value is (247,76,11). Sum of RGB (Red+Green+Blue) = 247+76+11=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74C0B is #08B3F4. Grayscale: #787878. Windows color (decimal): -570357 or 740599. OLE color: 740599.
HSL color Cylindrical-coordinate representation of color #F74C0B: hue angle of 16.53º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F74C0B is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 76 | 11 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.03 |
| HSL | 16.53º | 0.94% | 0.51% | - |
| HSV(B) | 16.53º | 0.96% | 0.97% | - |
| XYZ | 41 | 24.97 | 2.97 | - |
| YUV | 119.72 | 66.65 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 76 | 11 | 0 | 0.69 | 0.96 | 0.03 | 16.53 | 0.94 | 0.51 |
| Hex | F7 | 4C | B | 0 | 45 | 60 | 3 | 11 | 5E | 33 |
| Octal | 367 | 114 | 13 | 0 | 105 | 140 | 3 | 21 | 136 | 63 |
| Binary | 11110111 | 1001100 | 1011 | 0 | 1000101 | 1100000 | 11 | 10001 | 1011110 | 110011 |
Color Harmonies of #F74C0B
Complementary color
Monochromatic Colors of #F74C0B
Black with #F74C0B
Text Example
Text Example
White with #F74C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74C0B; }
p { color: rgb(247,76,11); }
H1.HeaderClassName
{
color: #F74C0B;
}
.AnyTagClassName
{
color: #F74C0B;
}
</style>
background-color css
<style>
a { background-color: #F74C0B; }
a { background-color: rgb(247,76,11); }
div.DivClassName
{
background-color: #F74C0B;
}
.BgClassName
{
background-color: #F74C0B;
}
</style>
border-color css
<style>
span { border-color: #F74C0B; }
span { border-color: rgb(247,76,11); }
td.TdClassName
{
border-color: #F74C0B;
}
.TagClassName
{
border-color: #F74C0B;
}
</style>