Shades of Outrageous Orange #F7562F
Tints of Outrageous Orange #F7562F
RGB
CMYK
RGB Variations
Color information
#F7562F (or 0xF7562F) is known color: Outrageous Orange. HEX triplet: F7, 56 and 2F. RGB value is (247,86,47). Sum of RGB (Red+Green+Blue) = 247+86+47=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F7562F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7562F is #08A9D0. Grayscale: #828282. Windows color (decimal): -567761 or 3102455. OLE color: 3102455.
HSL color Cylindrical-coordinate representation of color #F7562F: hue angle of 11.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7562F is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 47 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.03 |
| HSL | 11.7º | 0.93% | 0.58% | - |
| HSV(B) | 11.7º | 0.81% | 0.97% | - |
| XYZ | 42.2 | 26.63 | 5.61 | - |
| YUV | 129.69 | 81.34 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 47 | 0 | 0.65 | 0.81 | 0.03 | 11.7 | 0.93 | 0.58 |
| Hex | F7 | 56 | 2F | 0 | 41 | 51 | 3 | C | 5D | 3A |
| Octal | 367 | 126 | 57 | 0 | 101 | 121 | 3 | 14 | 135 | 72 |
| Binary | 11110111 | 1010110 | 101111 | 0 | 1000001 | 1010001 | 11 | 1100 | 1011101 | 111010 |
Color Harmonies of #F7562F
Complementary color
Monochromatic Colors of #F7562F
Black with #F7562F
Text Example
Text Example
White with #F7562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7562F; }
p { color: rgb(247,86,47); }
H1.HeaderClassName
{
color: #F7562F;
}
.AnyTagClassName
{
color: #F7562F;
}
</style>
background-color css
<style>
a { background-color: #F7562F; }
a { background-color: rgb(247,86,47); }
div.DivClassName
{
background-color: #F7562F;
}
.BgClassName
{
background-color: #F7562F;
}
</style>
border-color css
<style>
span { border-color: #F7562F; }
span { border-color: rgb(247,86,47); }
td.TdClassName
{
border-color: #F7562F;
}
.TagClassName
{
border-color: #F7562F;
}
</style>