Shades of Orange Red #F74605
Tints of Orange Red #F74605
RGB
CMYK
RGB Variations
Color information
#F74605 (or 0xF74605) is known color: Orange Red. HEX triplet: F7, 46 and 05. RGB value is (247,70,5). Sum of RGB (Red+Green+Blue) = 247+70+5=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F74605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74605 is #08B9FA. Grayscale: #737373. Windows color (decimal): -571899 or 345847. OLE color: 345847.
HSL color Cylindrical-coordinate representation of color #F74605: hue angle of 16.12º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F74605 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.03 |
| HSL | 16.12º | 0.96% | 0.49% | - |
| HSV(B) | 16.12º | 0.98% | 0.97% | - |
| XYZ | 40.58 | 24.17 | 2.67 | - |
| YUV | 115.51 | 65.64 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 5 | 0 | 0.72 | 0.98 | 0.03 | 16.12 | 0.96 | 0.49 |
| Hex | F7 | 46 | 5 | 0 | 48 | 62 | 3 | 10 | 60 | 31 |
| Octal | 367 | 106 | 5 | 0 | 110 | 142 | 3 | 20 | 140 | 61 |
| Binary | 11110111 | 1000110 | 101 | 0 | 1001000 | 1100010 | 11 | 10000 | 1100000 | 110001 |
Color Harmonies of #F74605
Complementary color
Monochromatic Colors of #F74605
Black with #F74605
Text Example
Text Example
White with #F74605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74605; }
p { color: rgb(247,70,5); }
H1.HeaderClassName
{
color: #F74605;
}
.AnyTagClassName
{
color: #F74605;
}
</style>
background-color css
<style>
a { background-color: #F74605; }
a { background-color: rgb(247,70,5); }
div.DivClassName
{
background-color: #F74605;
}
.BgClassName
{
background-color: #F74605;
}
</style>
border-color css
<style>
span { border-color: #F74605; }
span { border-color: rgb(247,70,5); }
td.TdClassName
{
border-color: #F74605;
}
.TagClassName
{
border-color: #F74605;
}
</style>