Shades of Vermilion #F74B00
Tints of Vermilion #F74B00
RGB
CMYK
RGB Variations
Color information
#F74B00 (or 0xF74B00) is known color: Vermilion. HEX triplet: F7, 4B and 00. RGB value is (247,75,0). Sum of RGB (Red+Green+Blue) = 247+75+0=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74B00 is #08B4FF. Grayscale: #767676. Windows color (decimal): -570624 or 19447. OLE color: 19447.
HSL color Cylindrical-coordinate representation of color #F74B00: hue angle of 18.22º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F74B00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 75 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.03 |
| HSL | 18.22º | 1% | 0.48% | - |
| HSV(B) | 18.22º | 1% | 0.97% | - |
| XYZ | 40.87 | 24.81 | 2.63 | - |
| YUV | 117.88 | 61.48 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 75 | 0 | 0 | 0.70 | 1 | 0.03 | 18.22 | 1 | 0.48 |
| Hex | F7 | 4B | 0 | 0 | 46 | 64 | 3 | 12 | 64 | 30 |
| Octal | 367 | 113 | 0 | 0 | 106 | 144 | 3 | 22 | 144 | 60 |
| Binary | 11110111 | 1001011 | 0 | 0 | 1000110 | 1100100 | 11 | 10010 | 1100100 | 110000 |
Color Harmonies of #F74B00
Complementary color
Monochromatic Colors of #F74B00
Black with #F74B00
Text Example
Text Example
White with #F74B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74B00; }
p { color: rgb(247,75,0); }
H1.HeaderClassName
{
color: #F74B00;
}
.AnyTagClassName
{
color: #F74B00;
}
</style>
background-color css
<style>
a { background-color: #F74B00; }
a { background-color: rgb(247,75,0); }
div.DivClassName
{
background-color: #F74B00;
}
.BgClassName
{
background-color: #F74B00;
}
</style>
border-color css
<style>
span { border-color: #F74B00; }
span { border-color: rgb(247,75,0); }
td.TdClassName
{
border-color: #F74B00;
}
.TagClassName
{
border-color: #F74B00;
}
</style>