Shades of Orange Red #F7471B
Tints of Orange Red #F7471B
RGB
CMYK
RGB Variations
Color information
#F7471B (or 0xF7471B) is known color: Orange Red. HEX triplet: F7, 47 and 1B. RGB value is (247,71,27). Sum of RGB (Red+Green+Blue) = 247+71+27=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F7471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7471B is #08B8E4. Grayscale: #767676. Windows color (decimal): -571621 or 1787895. OLE color: 1787895.
HSL color Cylindrical-coordinate representation of color #F7471B: hue angle of 12º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7471B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 27 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.03 |
| HSL | 12º | 0.93% | 0.54% | - |
| HSV(B) | 12º | 0.89% | 0.97% | - |
| XYZ | 40.81 | 24.36 | 3.59 | - |
| YUV | 118.61 | 76.31 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 27 | 0 | 0.71 | 0.89 | 0.03 | 12 | 0.93 | 0.54 |
| Hex | F7 | 47 | 1B | 0 | 47 | 59 | 3 | C | 5D | 36 |
| Octal | 367 | 107 | 33 | 0 | 107 | 131 | 3 | 14 | 135 | 66 |
| Binary | 11110111 | 1000111 | 11011 | 0 | 1000111 | 1011001 | 11 | 1100 | 1011101 | 110110 |
Color Harmonies of #F7471B
Complementary color
Monochromatic Colors of #F7471B
Black with #F7471B
Text Example
Text Example
White with #F7471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7471B; }
p { color: rgb(247,71,27); }
H1.HeaderClassName
{
color: #F7471B;
}
.AnyTagClassName
{
color: #F7471B;
}
</style>
background-color css
<style>
a { background-color: #F7471B; }
a { background-color: rgb(247,71,27); }
div.DivClassName
{
background-color: #F7471B;
}
.BgClassName
{
background-color: #F7471B;
}
</style>
border-color css
<style>
span { border-color: #F7471B; }
span { border-color: rgb(247,71,27); }
td.TdClassName
{
border-color: #F7471B;
}
.TagClassName
{
border-color: #F7471B;
}
</style>