Shades of Outrageous Orange #FD592A
Tints of Outrageous Orange #FD592A
RGB
CMYK
RGB Variations
Color information
#FD592A (or 0xFD592A) is known color: Outrageous Orange. HEX triplet: FD, 59 and 2A. RGB value is (253,89,42). Sum of RGB (Red+Green+Blue) = 253+89+42=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD592A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD592A is #02A6D5. Grayscale: #858585. Windows color (decimal): -173782 or 2775549. OLE color: 2775549.
HSL color Cylindrical-coordinate representation of color #FD592A: hue angle of 13.36º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD592A is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 89 | 42 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.01 |
| HSL | 13.36º | 0.98% | 0.58% | - |
| HSV(B) | 13.36º | 0.83% | 0.99% | - |
| XYZ | 44.5 | 28.19 | 5.29 | - |
| YUV | 132.68 | 76.83 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 89 | 42 | 0 | 0.65 | 0.83 | 0.01 | 13.36 | 0.98 | 0.58 |
| Hex | FD | 59 | 2A | 0 | 41 | 53 | 1 | D | 62 | 3A |
| Octal | 375 | 131 | 52 | 0 | 101 | 123 | 1 | 15 | 142 | 72 |
| Binary | 11111101 | 1011001 | 101010 | 0 | 1000001 | 1010011 | 1 | 1101 | 1100010 | 111010 |
Color Harmonies of #FD592A
Complementary color
Monochromatic Colors of #FD592A
Black with #FD592A
Text Example
Text Example
White with #FD592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD592A; }
p { color: rgb(253,89,42); }
H1.HeaderClassName
{
color: #FD592A;
}
.AnyTagClassName
{
color: #FD592A;
}
</style>
background-color css
<style>
a { background-color: #FD592A; }
a { background-color: rgb(253,89,42); }
div.DivClassName
{
background-color: #FD592A;
}
.BgClassName
{
background-color: #FD592A;
}
</style>
border-color css
<style>
span { border-color: #FD592A; }
span { border-color: rgb(253,89,42); }
td.TdClassName
{
border-color: #FD592A;
}
.TagClassName
{
border-color: #FD592A;
}
</style>