Shades of Outrageous Orange #FC593C
Tints of Outrageous Orange #FC593C
RGB
CMYK
RGB Variations
Color information
#FC593C (or 0xFC593C) is known color: Outrageous Orange. HEX triplet: FC, 59 and 3C. RGB value is (252,89,60). Sum of RGB (Red+Green+Blue) = 252+89+60=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC593C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC593C is #03A6C3. Grayscale: #868686. Windows color (decimal): -239300 or 3955196. OLE color: 3955196.
HSL color Cylindrical-coordinate representation of color #FC593C: hue angle of 9.06º degrees, saturation: 0.97, 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 #FC593C is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 60 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.01 |
| HSL | 9.06º | 0.97% | 0.61% | - |
| HSV(B) | 9.06º | 0.76% | 0.99% | - |
| XYZ | 44.53 | 28.17 | 7.36 | - |
| YUV | 134.43 | 86 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 60 | 0 | 0.65 | 0.76 | 0.01 | 9.06 | 0.97 | 0.61 |
| Hex | FC | 59 | 3C | 0 | 41 | 4C | 1 | 9 | 61 | 3D |
| Octal | 374 | 131 | 74 | 0 | 101 | 114 | 1 | 11 | 141 | 75 |
| Binary | 11111100 | 1011001 | 111100 | 0 | 1000001 | 1001100 | 1 | 1001 | 1100001 | 111101 |
Color Harmonies of #FC593C
Complementary color
Monochromatic Colors of #FC593C
Black with #FC593C
Text Example
Text Example
White with #FC593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC593C; }
p { color: rgb(252,89,60); }
H1.HeaderClassName
{
color: #FC593C;
}
.AnyTagClassName
{
color: #FC593C;
}
</style>
background-color css
<style>
a { background-color: #FC593C; }
a { background-color: rgb(252,89,60); }
div.DivClassName
{
background-color: #FC593C;
}
.BgClassName
{
background-color: #FC593C;
}
</style>
border-color css
<style>
span { border-color: #FC593C; }
span { border-color: rgb(252,89,60); }
td.TdClassName
{
border-color: #FC593C;
}
.TagClassName
{
border-color: #FC593C;
}
</style>