Shades of Outrageous Orange #FF592D
Tints of Outrageous Orange #FF592D
RGB
CMYK
RGB Variations
Color information
#FF592D (or 0xFF592D) is known color: Outrageous Orange. HEX triplet: FF, 59 and 2D. RGB value is (255,89,45). Sum of RGB (Red+Green+Blue) = 255+89+45=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF592D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF592D is #00A6D2. Grayscale: #858585. Windows color (decimal): -42707 or 2972159. OLE color: 2972159.
HSL color Cylindrical-coordinate representation of color #FF592D: hue angle of 12.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF592D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 45 | - |
| CMYK | 0 | 0.65 | 0.82 | 0 |
| HSL | 12.57º | 1% | 0.59% | - |
| HSV(B) | 12.57º | 0.82% | 1% | - |
| XYZ | 45.29 | 28.59 | 5.62 | - |
| YUV | 133.62 | 78 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 45 | 0 | 0.65 | 0.82 | 0 | 12.57 | 1 | 0.59 |
| Hex | FF | 59 | 2D | 0 | 41 | 52 | 0 | D | 64 | 3B |
| Octal | 377 | 131 | 55 | 0 | 101 | 122 | 0 | 15 | 144 | 73 |
| Binary | 11111111 | 1011001 | 101101 | 0 | 1000001 | 1010010 | 0 | 1101 | 1100100 | 111011 |
Color Harmonies of #FF592D
Complementary color
Monochromatic Colors of #FF592D
Black with #FF592D
Text Example
Text Example
White with #FF592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF592D; }
p { color: rgb(255,89,45); }
H1.HeaderClassName
{
color: #FF592D;
}
.AnyTagClassName
{
color: #FF592D;
}
</style>
background-color css
<style>
a { background-color: #FF592D; }
a { background-color: rgb(255,89,45); }
div.DivClassName
{
background-color: #FF592D;
}
.BgClassName
{
background-color: #FF592D;
}
</style>
border-color css
<style>
span { border-color: #FF592D; }
span { border-color: rgb(255,89,45); }
td.TdClassName
{
border-color: #FF592D;
}
.TagClassName
{
border-color: #FF592D;
}
</style>