Shades of Outrageous Orange #FF592A
Tints of Outrageous Orange #FF592A
RGB
CMYK
RGB Variations
Color information
#FF592A (or 0xFF592A) is known color: Outrageous Orange. HEX triplet: FF, 59 and 2A. RGB value is (255,89,42). Sum of RGB (Red+Green+Blue) = 255+89+42=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF592A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF592A is #00A6D5. Grayscale: #858585. Windows color (decimal): -42710 or 2775551. OLE color: 2775551.
HSL color Cylindrical-coordinate representation of color #FF592A: hue angle of 13.24º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF592A is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 42 | - |
| CMYK | 0 | 0.65 | 0.84 | 0 |
| HSL | 13.24º | 1% | 0.58% | - |
| HSV(B) | 13.24º | 0.84% | 1% | - |
| XYZ | 45.23 | 28.57 | 5.32 | - |
| YUV | 133.28 | 76.5 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 42 | 0 | 0.65 | 0.84 | 0 | 13.24 | 1 | 0.58 |
| Hex | FF | 59 | 2A | 0 | 41 | 54 | 0 | D | 64 | 3A |
| Octal | 377 | 131 | 52 | 0 | 101 | 124 | 0 | 15 | 144 | 72 |
| Binary | 11111111 | 1011001 | 101010 | 0 | 1000001 | 1010100 | 0 | 1101 | 1100100 | 111010 |
Color Harmonies of #FF592A
Complementary color
Monochromatic Colors of #FF592A
Black with #FF592A
Text Example
Text Example
White with #FF592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF592A; }
p { color: rgb(255,89,42); }
H1.HeaderClassName
{
color: #FF592A;
}
.AnyTagClassName
{
color: #FF592A;
}
</style>
background-color css
<style>
a { background-color: #FF592A; }
a { background-color: rgb(255,89,42); }
div.DivClassName
{
background-color: #FF592A;
}
.BgClassName
{
background-color: #FF592A;
}
</style>
border-color css
<style>
span { border-color: #FF592A; }
span { border-color: rgb(255,89,42); }
td.TdClassName
{
border-color: #FF592A;
}
.TagClassName
{
border-color: #FF592A;
}
</style>