Shades of Outrageous Orange #F7542E
Tints of Outrageous Orange #F7542E
RGB
CMYK
RGB Variations
Color information
#F7542E (or 0xF7542E) is known color: Outrageous Orange. HEX triplet: F7, 54 and 2E. RGB value is (247,84,46). Sum of RGB (Red+Green+Blue) = 247+84+46=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F7542E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7542E is #08ABD1. Grayscale: #808080. Windows color (decimal): -568274 or 3036407. OLE color: 3036407.
HSL color Cylindrical-coordinate representation of color #F7542E: hue angle of 11.34º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7542E is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 46 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.03 |
| HSL | 11.34º | 0.93% | 0.57% | - |
| HSV(B) | 11.34º | 0.81% | 0.97% | - |
| XYZ | 42.02 | 26.31 | 5.45 | - |
| YUV | 128.41 | 81.5 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 46 | 0 | 0.66 | 0.81 | 0.03 | 11.34 | 0.93 | 0.57 |
| Hex | F7 | 54 | 2E | 0 | 42 | 51 | 3 | B | 5D | 39 |
| Octal | 367 | 124 | 56 | 0 | 102 | 121 | 3 | 13 | 135 | 71 |
| Binary | 11110111 | 1010100 | 101110 | 0 | 1000010 | 1010001 | 11 | 1011 | 1011101 | 111001 |
Color Harmonies of #F7542E
Complementary color
Monochromatic Colors of #F7542E
Black with #F7542E
Text Example
Text Example
White with #F7542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7542E; }
p { color: rgb(247,84,46); }
H1.HeaderClassName
{
color: #F7542E;
}
.AnyTagClassName
{
color: #F7542E;
}
</style>
background-color css
<style>
a { background-color: #F7542E; }
a { background-color: rgb(247,84,46); }
div.DivClassName
{
background-color: #F7542E;
}
.BgClassName
{
background-color: #F7542E;
}
</style>
border-color css
<style>
span { border-color: #F7542E; }
span { border-color: rgb(247,84,46); }
td.TdClassName
{
border-color: #F7542E;
}
.TagClassName
{
border-color: #F7542E;
}
</style>