Shades of Outrageous Orange #FC593B
Tints of Outrageous Orange #FC593B
RGB
CMYK
RGB Variations
Color information
#FC593B (or 0xFC593B) is known color: Outrageous Orange. HEX triplet: FC, 59 and 3B. RGB value is (252,89,59). Sum of RGB (Red+Green+Blue) = 252+89+59=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC593B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC593B is #03A6C4. Grayscale: #868686. Windows color (decimal): -239301 or 3889660. OLE color: 3889660.
HSL color Cylindrical-coordinate representation of color #FC593B: hue angle of 9.33º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC593B is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 59 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.01 |
| HSL | 9.33º | 0.97% | 0.61% | - |
| HSV(B) | 9.33º | 0.77% | 0.99% | - |
| XYZ | 44.51 | 28.16 | 7.23 | - |
| YUV | 134.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 59 | 0 | 0.65 | 0.77 | 0.01 | 9.33 | 0.97 | 0.61 |
| Hex | FC | 59 | 3B | 0 | 41 | 4D | 1 | 9 | 61 | 3D |
| Octal | 374 | 131 | 73 | 0 | 101 | 115 | 1 | 11 | 141 | 75 |
| Binary | 11111100 | 1011001 | 111011 | 0 | 1000001 | 1001101 | 1 | 1001 | 1100001 | 111101 |
Color Harmonies of #FC593B
Complementary color
Monochromatic Colors of #FC593B
Black with #FC593B
Text Example
Text Example
White with #FC593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC593B; }
p { color: rgb(252,89,59); }
H1.HeaderClassName
{
color: #FC593B;
}
.AnyTagClassName
{
color: #FC593B;
}
</style>
background-color css
<style>
a { background-color: #FC593B; }
a { background-color: rgb(252,89,59); }
div.DivClassName
{
background-color: #FC593B;
}
.BgClassName
{
background-color: #FC593B;
}
</style>
border-color css
<style>
span { border-color: #FC593B; }
span { border-color: rgb(252,89,59); }
td.TdClassName
{
border-color: #FC593B;
}
.TagClassName
{
border-color: #FC593B;
}
</style>