Shades of Red Orange #F74226
Tints of Red Orange #F74226
RGB
CMYK
RGB Variations
Color information
#F74226 (or 0xF74226) is known color: Red Orange. HEX triplet: F7, 42 and 26. RGB value is (247,66,38). Sum of RGB (Red+Green+Blue) = 247+66+38=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F74226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74226 is #08BDD9. Grayscale: #757575. Windows color (decimal): -572890 or 2507511. OLE color: 2507511.
HSL color Cylindrical-coordinate representation of color #F74226: hue angle of 8.04º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F74226 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 38 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.03 |
| HSL | 8.04º | 0.93% | 0.56% | - |
| HSV(B) | 8.04º | 0.85% | 0.97% | - |
| XYZ | 40.66 | 23.81 | 4.29 | - |
| YUV | 116.93 | 83.47 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 38 | 0 | 0.73 | 0.85 | 0.03 | 8.04 | 0.93 | 0.56 |
| Hex | F7 | 42 | 26 | 0 | 49 | 55 | 3 | 8 | 5D | 38 |
| Octal | 367 | 102 | 46 | 0 | 111 | 125 | 3 | 10 | 135 | 70 |
| Binary | 11110111 | 1000010 | 100110 | 0 | 1001001 | 1010101 | 11 | 1000 | 1011101 | 111000 |
Color Harmonies of #F74226
Complementary color
Monochromatic Colors of #F74226
Black with #F74226
Text Example
Text Example
White with #F74226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74226; }
p { color: rgb(247,66,38); }
H1.HeaderClassName
{
color: #F74226;
}
.AnyTagClassName
{
color: #F74226;
}
</style>
background-color css
<style>
a { background-color: #F74226; }
a { background-color: rgb(247,66,38); }
div.DivClassName
{
background-color: #F74226;
}
.BgClassName
{
background-color: #F74226;
}
</style>
border-color css
<style>
span { border-color: #F74226; }
span { border-color: rgb(247,66,38); }
td.TdClassName
{
border-color: #F74226;
}
.TagClassName
{
border-color: #F74226;
}
</style>