Shades of Red Orange #F7472C
Tints of Red Orange #F7472C
RGB
CMYK
RGB Variations
Color information
#F7472C (or 0xF7472C) is known color: Red Orange. HEX triplet: F7, 47 and 2C. RGB value is (247,71,44). Sum of RGB (Red+Green+Blue) = 247+71+44=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F7472C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7472C is #08B8D3. Grayscale: #787878. Windows color (decimal): -571604 or 2902007. OLE color: 2902007.
HSL color Cylindrical-coordinate representation of color #F7472C: hue angle of 7.98º 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 #F7472C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 44 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.03 |
| HSL | 7.98º | 0.93% | 0.57% | - |
| HSV(B) | 7.98º | 0.82% | 0.97% | - |
| XYZ | 41.07 | 24.46 | 4.94 | - |
| YUV | 120.55 | 84.81 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 44 | 0 | 0.71 | 0.82 | 0.03 | 7.98 | 0.93 | 0.57 |
| Hex | F7 | 47 | 2C | 0 | 47 | 52 | 3 | 8 | 5D | 39 |
| Octal | 367 | 107 | 54 | 0 | 107 | 122 | 3 | 10 | 135 | 71 |
| Binary | 11110111 | 1000111 | 101100 | 0 | 1000111 | 1010010 | 11 | 1000 | 1011101 | 111001 |
Color Harmonies of #F7472C
Complementary color
Monochromatic Colors of #F7472C
Black with #F7472C
Text Example
Text Example
White with #F7472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7472C; }
p { color: rgb(247,71,44); }
H1.HeaderClassName
{
color: #F7472C;
}
.AnyTagClassName
{
color: #F7472C;
}
</style>
background-color css
<style>
a { background-color: #F7472C; }
a { background-color: rgb(247,71,44); }
div.DivClassName
{
background-color: #F7472C;
}
.BgClassName
{
background-color: #F7472C;
}
</style>
border-color css
<style>
span { border-color: #F7472C; }
span { border-color: rgb(247,71,44); }
td.TdClassName
{
border-color: #F7472C;
}
.TagClassName
{
border-color: #F7472C;
}
</style>