Shades of Red Orange #F74229
Tints of Red Orange #F74229
RGB
CMYK
RGB Variations
Color information
#F74229 (or 0xF74229) is known color: Red Orange. HEX triplet: F7, 42 and 29. RGB value is (247,66,41). Sum of RGB (Red+Green+Blue) = 247+66+41=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F74229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74229 is #08BDD6. Grayscale: #757575. Windows color (decimal): -572887 or 2704119. OLE color: 2704119.
HSL color Cylindrical-coordinate representation of color #F74229: hue angle of 7.28º 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 #F74229 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 41 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.03 |
| HSL | 7.28º | 0.93% | 0.56% | - |
| HSV(B) | 7.28º | 0.83% | 0.97% | - |
| XYZ | 40.71 | 23.83 | 4.55 | - |
| YUV | 117.27 | 84.97 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 41 | 0 | 0.73 | 0.83 | 0.03 | 7.28 | 0.93 | 0.56 |
| Hex | F7 | 42 | 29 | 0 | 49 | 53 | 3 | 7 | 5D | 38 |
| Octal | 367 | 102 | 51 | 0 | 111 | 123 | 3 | 7 | 135 | 70 |
| Binary | 11110111 | 1000010 | 101001 | 0 | 1001001 | 1010011 | 11 | 111 | 1011101 | 111000 |
Color Harmonies of #F74229
Complementary color
Monochromatic Colors of #F74229
Black with #F74229
Text Example
Text Example
White with #F74229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74229; }
p { color: rgb(247,66,41); }
H1.HeaderClassName
{
color: #F74229;
}
.AnyTagClassName
{
color: #F74229;
}
</style>
background-color css
<style>
a { background-color: #F74229; }
a { background-color: rgb(247,66,41); }
div.DivClassName
{
background-color: #F74229;
}
.BgClassName
{
background-color: #F74229;
}
</style>
border-color css
<style>
span { border-color: #F74229; }
span { border-color: rgb(247,66,41); }
td.TdClassName
{
border-color: #F74229;
}
.TagClassName
{
border-color: #F74229;
}
</style>