Shades of Red Orange #F7472D
Tints of Red Orange #F7472D
RGB
CMYK
RGB Variations
Color information
#F7472D (or 0xF7472D) is known color: Red Orange. HEX triplet: F7, 47 and 2D. RGB value is (247,71,45). Sum of RGB (Red+Green+Blue) = 247+71+45=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F7472D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7472D is #08B8D2. Grayscale: #787878. Windows color (decimal): -571603 or 2967543. OLE color: 2967543.
HSL color Cylindrical-coordinate representation of color #F7472D: hue angle of 7.72º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7472D is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 45 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.03 |
| HSL | 7.72º | 0.93% | 0.57% | - |
| HSV(B) | 7.72º | 0.82% | 0.97% | - |
| XYZ | 41.08 | 24.47 | 5.04 | - |
| YUV | 120.66 | 85.31 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 45 | 0 | 0.71 | 0.82 | 0.03 | 7.72 | 0.93 | 0.57 |
| Hex | F7 | 47 | 2D | 0 | 47 | 52 | 3 | 8 | 5D | 39 |
| Octal | 367 | 107 | 55 | 0 | 107 | 122 | 3 | 10 | 135 | 71 |
| Binary | 11110111 | 1000111 | 101101 | 0 | 1000111 | 1010010 | 11 | 1000 | 1011101 | 111001 |
Color Harmonies of #F7472D
Complementary color
Monochromatic Colors of #F7472D
Black with #F7472D
Text Example
Text Example
White with #F7472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7472D; }
p { color: rgb(247,71,45); }
H1.HeaderClassName
{
color: #F7472D;
}
.AnyTagClassName
{
color: #F7472D;
}
</style>
background-color css
<style>
a { background-color: #F7472D; }
a { background-color: rgb(247,71,45); }
div.DivClassName
{
background-color: #F7472D;
}
.BgClassName
{
background-color: #F7472D;
}
</style>
border-color css
<style>
span { border-color: #F7472D; }
span { border-color: rgb(247,71,45); }
td.TdClassName
{
border-color: #F7472D;
}
.TagClassName
{
border-color: #F7472D;
}
</style>