Shades of Vermilion #F74901
Tints of Vermilion #F74901
RGB
CMYK
RGB Variations
Color information
#F74901 (or 0xF74901) is known color: Vermilion. HEX triplet: F7, 49 and 01. RGB value is (247,73,1). Sum of RGB (Red+Green+Blue) = 247+73+1=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F74901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74901 is #08B6FE. Grayscale: #757575. Windows color (decimal): -571135 or 84471. OLE color: 84471.
HSL color Cylindrical-coordinate representation of color #F74901: hue angle of 17.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F74901 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 73 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.03 |
| HSL | 17.56º | 0.99% | 0.49% | - |
| HSV(B) | 17.56º | 1% | 0.97% | - |
| XYZ | 40.75 | 24.54 | 2.62 | - |
| YUV | 116.82 | 62.65 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 73 | 1 | 0 | 0.70 | 1.00 | 0.03 | 17.56 | 0.99 | 0.49 |
| Hex | F7 | 49 | 1 | 0 | 46 | 64 | 3 | 12 | 63 | 31 |
| Octal | 367 | 111 | 1 | 0 | 106 | 144 | 3 | 22 | 143 | 61 |
| Binary | 11110111 | 1001001 | 1 | 0 | 1000110 | 1100100 | 11 | 10010 | 1100011 | 110001 |
Color Harmonies of #F74901
Complementary color
Monochromatic Colors of #F74901
Black with #F74901
Text Example
Text Example
White with #F74901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74901; }
p { color: rgb(247,73,1); }
H1.HeaderClassName
{
color: #F74901;
}
.AnyTagClassName
{
color: #F74901;
}
</style>
background-color css
<style>
a { background-color: #F74901; }
a { background-color: rgb(247,73,1); }
div.DivClassName
{
background-color: #F74901;
}
.BgClassName
{
background-color: #F74901;
}
</style>
border-color css
<style>
span { border-color: #F74901; }
span { border-color: rgb(247,73,1); }
td.TdClassName
{
border-color: #F74901;
}
.TagClassName
{
border-color: #F74901;
}
</style>