Shades of Red Orange #F74232
Tints of Red Orange #F74232
RGB
CMYK
RGB Variations
Color information
#F74232 (or 0xF74232) is known color: Red Orange. HEX triplet: F7, 42 and 32. RGB value is (247,66,50). Sum of RGB (Red+Green+Blue) = 247+66+50=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F74232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74232 is #08BDCD. Grayscale: #767676. Windows color (decimal): -572878 or 3293943. OLE color: 3293943.
HSL color Cylindrical-coordinate representation of color #F74232: hue angle of 4.87º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F74232 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 50 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.03 |
| HSL | 4.87º | 0.92% | 0.58% | - |
| HSV(B) | 4.87º | 0.8% | 0.97% | - |
| XYZ | 40.88 | 23.9 | 5.48 | - |
| YUV | 118.3 | 89.47 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 50 | 0 | 0.73 | 0.80 | 0.03 | 4.87 | 0.92 | 0.58 |
| Hex | F7 | 42 | 32 | 0 | 49 | 50 | 3 | 5 | 5C | 3A |
| Octal | 367 | 102 | 62 | 0 | 111 | 120 | 3 | 5 | 134 | 72 |
| Binary | 11110111 | 1000010 | 110010 | 0 | 1001001 | 1010000 | 11 | 101 | 1011100 | 111010 |
Color Harmonies of #F74232
Complementary color
Monochromatic Colors of #F74232
Black with #F74232
Text Example
Text Example
White with #F74232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74232; }
p { color: rgb(247,66,50); }
H1.HeaderClassName
{
color: #F74232;
}
.AnyTagClassName
{
color: #F74232;
}
</style>
background-color css
<style>
a { background-color: #F74232; }
a { background-color: rgb(247,66,50); }
div.DivClassName
{
background-color: #F74232;
}
.BgClassName
{
background-color: #F74232;
}
</style>
border-color css
<style>
span { border-color: #F74232; }
span { border-color: rgb(247,66,50); }
td.TdClassName
{
border-color: #F74232;
}
.TagClassName
{
border-color: #F74232;
}
</style>