Shades of Outrageous Orange #FC591E
Tints of Outrageous Orange #FC591E
RGB
CMYK
RGB Variations
Color information
#FC591E (or 0xFC591E) is known color: Outrageous Orange. HEX triplet: FC, 59 and 1E. RGB value is (252,89,30). Sum of RGB (Red+Green+Blue) = 252+89+30=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC591E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC591E is #03A6E1. Grayscale: #838383. Windows color (decimal): -239330 or 1989116. OLE color: 1989116.
HSL color Cylindrical-coordinate representation of color #FC591E: hue angle of 15.95º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC591E is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 30 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.01 |
| HSL | 15.95º | 0.97% | 0.55% | - |
| HSV(B) | 15.95º | 0.88% | 0.99% | - |
| XYZ | 43.95 | 27.93 | 4.3 | - |
| YUV | 131.01 | 71 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 30 | 0 | 0.65 | 0.88 | 0.01 | 15.95 | 0.97 | 0.55 |
| Hex | FC | 59 | 1E | 0 | 41 | 58 | 1 | 10 | 61 | 37 |
| Octal | 374 | 131 | 36 | 0 | 101 | 130 | 1 | 20 | 141 | 67 |
| Binary | 11111100 | 1011001 | 11110 | 0 | 1000001 | 1011000 | 1 | 10000 | 1100001 | 110111 |
Color Harmonies of #FC591E
Complementary color
Monochromatic Colors of #FC591E
Black with #FC591E
Text Example
Text Example
White with #FC591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC591E; }
p { color: rgb(252,89,30); }
H1.HeaderClassName
{
color: #FC591E;
}
.AnyTagClassName
{
color: #FC591E;
}
</style>
background-color css
<style>
a { background-color: #FC591E; }
a { background-color: rgb(252,89,30); }
div.DivClassName
{
background-color: #FC591E;
}
.BgClassName
{
background-color: #FC591E;
}
</style>
border-color css
<style>
span { border-color: #FC591E; }
span { border-color: rgb(252,89,30); }
td.TdClassName
{
border-color: #FC591E;
}
.TagClassName
{
border-color: #FC591E;
}
</style>