Shades of Red Orange #F74529
Tints of Red Orange #F74529
RGB
CMYK
RGB Variations
Color information
#F74529 (or 0xF74529) is known color: Red Orange. HEX triplet: F7, 45 and 29. RGB value is (247,69,41). Sum of RGB (Red+Green+Blue) = 247+69+41=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F74529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74529 is #08BAD6. Grayscale: #777777. Windows color (decimal): -572119 or 2704887. OLE color: 2704887.
HSL color Cylindrical-coordinate representation of color #F74529: hue angle of 8.16º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F74529 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 41 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.03 |
| HSL | 8.16º | 0.93% | 0.56% | - |
| HSV(B) | 8.16º | 0.83% | 0.97% | - |
| XYZ | 40.89 | 24.19 | 4.61 | - |
| YUV | 119.03 | 83.97 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 41 | 0 | 0.72 | 0.83 | 0.03 | 8.16 | 0.93 | 0.56 |
| Hex | F7 | 45 | 29 | 0 | 48 | 53 | 3 | 8 | 5D | 38 |
| Octal | 367 | 105 | 51 | 0 | 110 | 123 | 3 | 10 | 135 | 70 |
| Binary | 11110111 | 1000101 | 101001 | 0 | 1001000 | 1010011 | 11 | 1000 | 1011101 | 111000 |
Color Harmonies of #F74529
Complementary color
Monochromatic Colors of #F74529
Black with #F74529
Text Example
Text Example
White with #F74529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74529; }
p { color: rgb(247,69,41); }
H1.HeaderClassName
{
color: #F74529;
}
.AnyTagClassName
{
color: #F74529;
}
</style>
background-color css
<style>
a { background-color: #F74529; }
a { background-color: rgb(247,69,41); }
div.DivClassName
{
background-color: #F74529;
}
.BgClassName
{
background-color: #F74529;
}
</style>
border-color css
<style>
span { border-color: #F74529; }
span { border-color: rgb(247,69,41); }
td.TdClassName
{
border-color: #F74529;
}
.TagClassName
{
border-color: #F74529;
}
</style>