Shades of Outrageous Orange #FD592D
Tints of Outrageous Orange #FD592D
RGB
CMYK
RGB Variations
Color information
#FD592D (or 0xFD592D) is known color: Outrageous Orange. HEX triplet: FD, 59 and 2D. RGB value is (253,89,45). Sum of RGB (Red+Green+Blue) = 253+89+45=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD592D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD592D is #02A6D2. Grayscale: #858585. Windows color (decimal): -173779 or 2972157. OLE color: 2972157.
HSL color Cylindrical-coordinate representation of color #FD592D: hue angle of 12.69º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD592D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 89 | 45 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.01 |
| HSL | 12.69º | 0.98% | 0.58% | - |
| HSV(B) | 12.69º | 0.82% | 0.99% | - |
| XYZ | 44.55 | 28.22 | 5.58 | - |
| YUV | 133.02 | 78.33 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 89 | 45 | 0 | 0.65 | 0.82 | 0.01 | 12.69 | 0.98 | 0.58 |
| Hex | FD | 59 | 2D | 0 | 41 | 52 | 1 | D | 62 | 3A |
| Octal | 375 | 131 | 55 | 0 | 101 | 122 | 1 | 15 | 142 | 72 |
| Binary | 11111101 | 1011001 | 101101 | 0 | 1000001 | 1010010 | 1 | 1101 | 1100010 | 111010 |
Color Harmonies of #FD592D
Complementary color
Monochromatic Colors of #FD592D
Black with #FD592D
Text Example
Text Example
White with #FD592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD592D; }
p { color: rgb(253,89,45); }
H1.HeaderClassName
{
color: #FD592D;
}
.AnyTagClassName
{
color: #FD592D;
}
</style>
background-color css
<style>
a { background-color: #FD592D; }
a { background-color: rgb(253,89,45); }
div.DivClassName
{
background-color: #FD592D;
}
.BgClassName
{
background-color: #FD592D;
}
</style>
border-color css
<style>
span { border-color: #FD592D; }
span { border-color: rgb(253,89,45); }
td.TdClassName
{
border-color: #FD592D;
}
.TagClassName
{
border-color: #FD592D;
}
</style>