Shades of Red Orange #F74728
Tints of Red Orange #F74728
RGB
CMYK
RGB Variations
Color information
#F74728 (or 0xF74728) is known color: Red Orange. HEX triplet: F7, 47 and 28. RGB value is (247,71,40). Sum of RGB (Red+Green+Blue) = 247+71+40=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F74728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74728 is #08B8D7. Grayscale: #787878. Windows color (decimal): -571608 or 2639863. OLE color: 2639863.
HSL color Cylindrical-coordinate representation of color #F74728: hue angle of 8.99º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F74728 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 40 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.03 |
| HSL | 8.99º | 0.93% | 0.56% | - |
| HSV(B) | 8.99º | 0.84% | 0.97% | - |
| XYZ | 40.99 | 24.43 | 4.56 | - |
| YUV | 120.09 | 82.81 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 40 | 0 | 0.71 | 0.84 | 0.03 | 8.99 | 0.93 | 0.56 |
| Hex | F7 | 47 | 28 | 0 | 47 | 54 | 3 | 9 | 5D | 38 |
| Octal | 367 | 107 | 50 | 0 | 107 | 124 | 3 | 11 | 135 | 70 |
| Binary | 11110111 | 1000111 | 101000 | 0 | 1000111 | 1010100 | 11 | 1001 | 1011101 | 111000 |
Color Harmonies of #F74728
Complementary color
Monochromatic Colors of #F74728
Black with #F74728
Text Example
Text Example
White with #F74728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74728; }
p { color: rgb(247,71,40); }
H1.HeaderClassName
{
color: #F74728;
}
.AnyTagClassName
{
color: #F74728;
}
</style>
background-color css
<style>
a { background-color: #F74728; }
a { background-color: rgb(247,71,40); }
div.DivClassName
{
background-color: #F74728;
}
.BgClassName
{
background-color: #F74728;
}
</style>
border-color css
<style>
span { border-color: #F74728; }
span { border-color: rgb(247,71,40); }
td.TdClassName
{
border-color: #F74728;
}
.TagClassName
{
border-color: #F74728;
}
</style>