Shades of Orange Red #F74602
Tints of Orange Red #F74602
RGB
CMYK
RGB Variations
Color information
#F74602 (or 0xF74602) is known color: Orange Red. HEX triplet: F7, 46 and 02. RGB value is (247,70,2). Sum of RGB (Red+Green+Blue) = 247+70+2=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F74602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74602 is #08B9FD. Grayscale: #737373. Windows color (decimal): -571902 or 149239. OLE color: 149239.
HSL color Cylindrical-coordinate representation of color #F74602: hue angle of 16.65º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F74602 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.03 |
| HSL | 16.65º | 0.98% | 0.49% | - |
| HSV(B) | 16.65º | 0.99% | 0.97% | - |
| XYZ | 40.56 | 24.16 | 2.58 | - |
| YUV | 115.17 | 64.14 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 2 | 0 | 0.72 | 0.99 | 0.03 | 16.65 | 0.98 | 0.49 |
| Hex | F7 | 46 | 2 | 0 | 48 | 63 | 3 | 11 | 62 | 31 |
| Octal | 367 | 106 | 2 | 0 | 110 | 143 | 3 | 21 | 142 | 61 |
| Binary | 11110111 | 1000110 | 10 | 0 | 1001000 | 1100011 | 11 | 10001 | 1100010 | 110001 |
Color Harmonies of #F74602
Complementary color
Monochromatic Colors of #F74602
Black with #F74602
Text Example
Text Example
White with #F74602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74602; }
p { color: rgb(247,70,2); }
H1.HeaderClassName
{
color: #F74602;
}
.AnyTagClassName
{
color: #F74602;
}
</style>
background-color css
<style>
a { background-color: #F74602; }
a { background-color: rgb(247,70,2); }
div.DivClassName
{
background-color: #F74602;
}
.BgClassName
{
background-color: #F74602;
}
</style>
border-color css
<style>
span { border-color: #F74602; }
span { border-color: rgb(247,70,2); }
td.TdClassName
{
border-color: #F74602;
}
.TagClassName
{
border-color: #F74602;
}
</style>