Shades of Outrageous Orange #FC5C20
Tints of Outrageous Orange #FC5C20
RGB
CMYK
RGB Variations
Color information
#FC5C20 (or 0xFC5C20) is known color: Outrageous Orange. HEX triplet: FC, 5C and 20. RGB value is (252,92,32). Sum of RGB (Red+Green+Blue) = 252+92+32=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5C20 is #03A3DF. Grayscale: #858585. Windows color (decimal): -238560 or 2120956. OLE color: 2120956.
HSL color Cylindrical-coordinate representation of color #FC5C20: hue angle of 16.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC5C20 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 32 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.01 |
| HSL | 16.36º | 0.97% | 0.56% | - |
| HSV(B) | 16.36º | 0.87% | 0.99% | - |
| XYZ | 44.23 | 28.45 | 4.53 | - |
| YUV | 133 | 71.01 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 32 | 0 | 0.63 | 0.87 | 0.01 | 16.36 | 0.97 | 0.56 |
| Hex | FC | 5C | 20 | 0 | 3F | 57 | 1 | 10 | 61 | 38 |
| Octal | 374 | 134 | 40 | 0 | 77 | 127 | 1 | 20 | 141 | 70 |
| Binary | 11111100 | 1011100 | 100000 | 0 | 111111 | 1010111 | 1 | 10000 | 1100001 | 111000 |
Color Harmonies of #FC5C20
Complementary color
Monochromatic Colors of #FC5C20
Black with #FC5C20
Text Example
Text Example
White with #FC5C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C20; }
p { color: rgb(252,92,32); }
H1.HeaderClassName
{
color: #FC5C20;
}
.AnyTagClassName
{
color: #FC5C20;
}
</style>
background-color css
<style>
a { background-color: #FC5C20; }
a { background-color: rgb(252,92,32); }
div.DivClassName
{
background-color: #FC5C20;
}
.BgClassName
{
background-color: #FC5C20;
}
</style>
border-color css
<style>
span { border-color: #FC5C20; }
span { border-color: rgb(252,92,32); }
td.TdClassName
{
border-color: #FC5C20;
}
.TagClassName
{
border-color: #FC5C20;
}
</style>