Shades of Orange Red #F7490A
Tints of Orange Red #F7490A
RGB
CMYK
RGB Variations
Color information
#F7490A (or 0xF7490A) is known color: Orange Red. HEX triplet: F7, 49 and 0A. RGB value is (247,73,10). Sum of RGB (Red+Green+Blue) = 247+73+10=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F7490A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7490A is #08B6F5. Grayscale: #767676. Windows color (decimal): -571126 or 674295. OLE color: 674295.
HSL color Cylindrical-coordinate representation of color #F7490A: hue angle of 15.95º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7490A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 73 | 10 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.03 |
| HSL | 15.95º | 0.94% | 0.5% | - |
| HSV(B) | 15.95º | 0.96% | 0.97% | - |
| XYZ | 40.8 | 24.56 | 2.88 | - |
| YUV | 117.84 | 67.15 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 73 | 10 | 0 | 0.70 | 0.96 | 0.03 | 15.95 | 0.94 | 0.5 |
| Hex | F7 | 49 | A | 0 | 46 | 60 | 3 | 10 | 5E | 32 |
| Octal | 367 | 111 | 12 | 0 | 106 | 140 | 3 | 20 | 136 | 62 |
| Binary | 11110111 | 1001001 | 1010 | 0 | 1000110 | 1100000 | 11 | 10000 | 1011110 | 110010 |
Color Harmonies of #F7490A
Complementary color
Monochromatic Colors of #F7490A
Black with #F7490A
Text Example
Text Example
White with #F7490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7490A; }
p { color: rgb(247,73,10); }
H1.HeaderClassName
{
color: #F7490A;
}
.AnyTagClassName
{
color: #F7490A;
}
</style>
background-color css
<style>
a { background-color: #F7490A; }
a { background-color: rgb(247,73,10); }
div.DivClassName
{
background-color: #F7490A;
}
.BgClassName
{
background-color: #F7490A;
}
</style>
border-color css
<style>
span { border-color: #F7490A; }
span { border-color: rgb(247,73,10); }
td.TdClassName
{
border-color: #F7490A;
}
.TagClassName
{
border-color: #F7490A;
}
</style>