Shades of Outrageous Orange #FC592D
Tints of Outrageous Orange #FC592D
RGB
CMYK
RGB Variations
Color information
#FC592D (or 0xFC592D) is known color: Outrageous Orange. HEX triplet: FC, 59 and 2D. RGB value is (252,89,45). Sum of RGB (Red+Green+Blue) = 252+89+45=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC592D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC592D is #03A6D2. Grayscale: #858585. Windows color (decimal): -239315 or 2972156. OLE color: 2972156.
HSL color Cylindrical-coordinate representation of color #FC592D: hue angle of 12.75º degrees, saturation: 0.97, 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 #FC592D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 45 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.01 |
| HSL | 12.75º | 0.97% | 0.58% | - |
| HSV(B) | 12.75º | 0.82% | 0.99% | - |
| XYZ | 44.19 | 28.03 | 5.56 | - |
| YUV | 132.72 | 78.5 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 45 | 0 | 0.65 | 0.82 | 0.01 | 12.75 | 0.97 | 0.58 |
| Hex | FC | 59 | 2D | 0 | 41 | 52 | 1 | D | 61 | 3A |
| Octal | 374 | 131 | 55 | 0 | 101 | 122 | 1 | 15 | 141 | 72 |
| Binary | 11111100 | 1011001 | 101101 | 0 | 1000001 | 1010010 | 1 | 1101 | 1100001 | 111010 |
Color Harmonies of #FC592D
Complementary color
Monochromatic Colors of #FC592D
Black with #FC592D
Text Example
Text Example
White with #FC592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC592D; }
p { color: rgb(252,89,45); }
H1.HeaderClassName
{
color: #FC592D;
}
.AnyTagClassName
{
color: #FC592D;
}
</style>
background-color css
<style>
a { background-color: #FC592D; }
a { background-color: rgb(252,89,45); }
div.DivClassName
{
background-color: #FC592D;
}
.BgClassName
{
background-color: #FC592D;
}
</style>
border-color css
<style>
span { border-color: #FC592D; }
span { border-color: rgb(252,89,45); }
td.TdClassName
{
border-color: #FC592D;
}
.TagClassName
{
border-color: #FC592D;
}
</style>