Shades of Red Orange #F7472B
Tints of Red Orange #F7472B
RGB
CMYK
RGB Variations
Color information
#F7472B (or 0xF7472B) is known color: Red Orange. HEX triplet: F7, 47 and 2B. RGB value is (247,71,43). Sum of RGB (Red+Green+Blue) = 247+71+43=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F7472B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7472B is #08B8D4. Grayscale: #787878. Windows color (decimal): -571605 or 2836471. OLE color: 2836471.
HSL color Cylindrical-coordinate representation of color #F7472B: hue angle of 8.24º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7472B is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 43 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.03 |
| HSL | 8.24º | 0.93% | 0.57% | - |
| HSV(B) | 8.24º | 0.83% | 0.97% | - |
| XYZ | 41.05 | 24.46 | 4.84 | - |
| YUV | 120.43 | 84.31 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 43 | 0 | 0.71 | 0.83 | 0.03 | 8.24 | 0.93 | 0.57 |
| Hex | F7 | 47 | 2B | 0 | 47 | 53 | 3 | 8 | 5D | 39 |
| Octal | 367 | 107 | 53 | 0 | 107 | 123 | 3 | 10 | 135 | 71 |
| Binary | 11110111 | 1000111 | 101011 | 0 | 1000111 | 1010011 | 11 | 1000 | 1011101 | 111001 |
Color Harmonies of #F7472B
Complementary color
Monochromatic Colors of #F7472B
Black with #F7472B
Text Example
Text Example
White with #F7472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7472B; }
p { color: rgb(247,71,43); }
H1.HeaderClassName
{
color: #F7472B;
}
.AnyTagClassName
{
color: #F7472B;
}
</style>
background-color css
<style>
a { background-color: #F7472B; }
a { background-color: rgb(247,71,43); }
div.DivClassName
{
background-color: #F7472B;
}
.BgClassName
{
background-color: #F7472B;
}
</style>
border-color css
<style>
span { border-color: #F7472B; }
span { border-color: rgb(247,71,43); }
td.TdClassName
{
border-color: #F7472B;
}
.TagClassName
{
border-color: #F7472B;
}
</style>