Shades of Orange Red #F74805
Tints of Orange Red #F74805
RGB
CMYK
RGB Variations
Color information
#F74805 (or 0xF74805) is known color: Orange Red. HEX triplet: F7, 48 and 05. RGB value is (247,72,5). Sum of RGB (Red+Green+Blue) = 247+72+5=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F74805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74805 is #08B7FA. Grayscale: #757575. Windows color (decimal): -571387 or 346359. OLE color: 346359.
HSL color Cylindrical-coordinate representation of color #F74805: hue angle of 16.61º 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 #F74805 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 72 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.03 |
| HSL | 16.61º | 0.96% | 0.49% | - |
| HSV(B) | 16.61º | 0.98% | 0.97% | - |
| XYZ | 40.7 | 24.42 | 2.71 | - |
| YUV | 116.69 | 64.98 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 72 | 5 | 0 | 0.71 | 0.98 | 0.03 | 16.61 | 0.96 | 0.49 |
| Hex | F7 | 48 | 5 | 0 | 47 | 62 | 3 | 11 | 60 | 31 |
| Octal | 367 | 110 | 5 | 0 | 107 | 142 | 3 | 21 | 140 | 61 |
| Binary | 11110111 | 1001000 | 101 | 0 | 1000111 | 1100010 | 11 | 10001 | 1100000 | 110001 |
Color Harmonies of #F74805
Complementary color
Monochromatic Colors of #F74805
Black with #F74805
Text Example
Text Example
White with #F74805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74805; }
p { color: rgb(247,72,5); }
H1.HeaderClassName
{
color: #F74805;
}
.AnyTagClassName
{
color: #F74805;
}
</style>
background-color css
<style>
a { background-color: #F74805; }
a { background-color: rgb(247,72,5); }
div.DivClassName
{
background-color: #F74805;
}
.BgClassName
{
background-color: #F74805;
}
</style>
border-color css
<style>
span { border-color: #F74805; }
span { border-color: rgb(247,72,5); }
td.TdClassName
{
border-color: #F74805;
}
.TagClassName
{
border-color: #F74805;
}
</style>