Shades of Vermilion #F74A00
Tints of Vermilion #F74A00
RGB
CMYK
RGB Variations
Color information
#F74A00 (or 0xF74A00) is known color: Vermilion. HEX triplet: F7, 4A and 00. RGB value is (247,74,0). Sum of RGB (Red+Green+Blue) = 247+74+0=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74A00 is #08B5FF. Grayscale: #757575. Windows color (decimal): -570880 or 19191. OLE color: 19191.
HSL color Cylindrical-coordinate representation of color #F74A00: hue angle of 17.98º 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 #F74A00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.03 |
| HSL | 17.98º | 1% | 0.48% | - |
| HSV(B) | 17.98º | 1% | 0.97% | - |
| XYZ | 40.81 | 24.67 | 2.61 | - |
| YUV | 117.29 | 61.81 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 0 | 0 | 0.70 | 1 | 0.03 | 17.98 | 1 | 0.48 |
| Hex | F7 | 4A | 0 | 0 | 46 | 64 | 3 | 12 | 64 | 30 |
| Octal | 367 | 112 | 0 | 0 | 106 | 144 | 3 | 22 | 144 | 60 |
| Binary | 11110111 | 1001010 | 0 | 0 | 1000110 | 1100100 | 11 | 10010 | 1100100 | 110000 |
Color Harmonies of #F74A00
Complementary color
Monochromatic Colors of #F74A00
Black with #F74A00
Text Example
Text Example
White with #F74A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74A00; }
p { color: rgb(247,74,0); }
H1.HeaderClassName
{
color: #F74A00;
}
.AnyTagClassName
{
color: #F74A00;
}
</style>
background-color css
<style>
a { background-color: #F74A00; }
a { background-color: rgb(247,74,0); }
div.DivClassName
{
background-color: #F74A00;
}
.BgClassName
{
background-color: #F74A00;
}
</style>
border-color css
<style>
span { border-color: #F74A00; }
span { border-color: rgb(247,74,0); }
td.TdClassName
{
border-color: #F74A00;
}
.TagClassName
{
border-color: #F74A00;
}
</style>