Shades of Outrageous Orange #FD593C
Tints of Outrageous Orange #FD593C
RGB
CMYK
RGB Variations
Color information
#FD593C (or 0xFD593C) is known color: Outrageous Orange. HEX triplet: FD, 59 and 3C. RGB value is (253,89,60). Sum of RGB (Red+Green+Blue) = 253+89+60=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD593C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD593C is #02A6C3. Grayscale: #878787. Windows color (decimal): -173764 or 3955197. OLE color: 3955197.
HSL color Cylindrical-coordinate representation of color #FD593C: hue angle of 9.02º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD593C is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 89 | 60 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.01 |
| HSL | 9.02º | 0.98% | 0.61% | - |
| HSV(B) | 9.02º | 0.76% | 0.99% | - |
| XYZ | 44.9 | 28.35 | 7.38 | - |
| YUV | 134.73 | 85.83 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 89 | 60 | 0 | 0.65 | 0.76 | 0.01 | 9.02 | 0.98 | 0.61 |
| Hex | FD | 59 | 3C | 0 | 41 | 4C | 1 | 9 | 62 | 3D |
| Octal | 375 | 131 | 74 | 0 | 101 | 114 | 1 | 11 | 142 | 75 |
| Binary | 11111101 | 1011001 | 111100 | 0 | 1000001 | 1001100 | 1 | 1001 | 1100010 | 111101 |
Color Harmonies of #FD593C
Complementary color
Monochromatic Colors of #FD593C
Black with #FD593C
Text Example
Text Example
White with #FD593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD593C; }
p { color: rgb(253,89,60); }
H1.HeaderClassName
{
color: #FD593C;
}
.AnyTagClassName
{
color: #FD593C;
}
</style>
background-color css
<style>
a { background-color: #FD593C; }
a { background-color: rgb(253,89,60); }
div.DivClassName
{
background-color: #FD593C;
}
.BgClassName
{
background-color: #FD593C;
}
</style>
border-color css
<style>
span { border-color: #FD593C; }
span { border-color: rgb(253,89,60); }
td.TdClassName
{
border-color: #FD593C;
}
.TagClassName
{
border-color: #FD593C;
}
</style>