Shades of Outrageous Orange #F7582A
Tints of Outrageous Orange #F7582A
RGB
CMYK
RGB Variations
Color information
#F7582A (or 0xF7582A) is known color: Outrageous Orange. HEX triplet: F7, 58 and 2A. RGB value is (247,88,42). Sum of RGB (Red+Green+Blue) = 247+88+42=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F7582A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7582A is #08A7D5. Grayscale: #828282. Windows color (decimal): -567254 or 2775287. OLE color: 2775287.
HSL color Cylindrical-coordinate representation of color #F7582A: hue angle of 13.46º 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 #F7582A is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 42 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.03 |
| HSL | 13.46º | 0.93% | 0.57% | - |
| HSV(B) | 13.46º | 0.83% | 0.97% | - |
| XYZ | 42.27 | 26.92 | 5.16 | - |
| YUV | 130.3 | 78.18 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 42 | 0 | 0.64 | 0.83 | 0.03 | 13.46 | 0.93 | 0.57 |
| Hex | F7 | 58 | 2A | 0 | 40 | 53 | 3 | D | 5D | 39 |
| Octal | 367 | 130 | 52 | 0 | 100 | 123 | 3 | 15 | 135 | 71 |
| Binary | 11110111 | 1011000 | 101010 | 0 | 1000000 | 1010011 | 11 | 1101 | 1011101 | 111001 |
Color Harmonies of #F7582A
Complementary color
Monochromatic Colors of #F7582A
Black with #F7582A
Text Example
Text Example
White with #F7582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7582A; }
p { color: rgb(247,88,42); }
H1.HeaderClassName
{
color: #F7582A;
}
.AnyTagClassName
{
color: #F7582A;
}
</style>
background-color css
<style>
a { background-color: #F7582A; }
a { background-color: rgb(247,88,42); }
div.DivClassName
{
background-color: #F7582A;
}
.BgClassName
{
background-color: #F7582A;
}
</style>
border-color css
<style>
span { border-color: #F7582A; }
span { border-color: rgb(247,88,42); }
td.TdClassName
{
border-color: #F7582A;
}
.TagClassName
{
border-color: #F7582A;
}
</style>