Shades of Outrageous Orange #FC5A32
Tints of Outrageous Orange #FC5A32
RGB
CMYK
RGB Variations
Color information
#FC5A32 (or 0xFC5A32) is known color: Outrageous Orange. HEX triplet: FC, 5A and 32. RGB value is (252,90,50). Sum of RGB (Red+Green+Blue) = 252+90+50=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A32 is #03A5CD. Grayscale: #868686. Windows color (decimal): -239054 or 3300092. OLE color: 3300092.
HSL color Cylindrical-coordinate representation of color #FC5A32: hue angle of 11.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC5A32 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 50 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.01 |
| HSL | 11.88º | 0.97% | 0.59% | - |
| HSV(B) | 11.88º | 0.8% | 0.99% | - |
| XYZ | 44.38 | 28.24 | 6.13 | - |
| YUV | 133.88 | 80.67 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 50 | 0 | 0.64 | 0.80 | 0.01 | 11.88 | 0.97 | 0.59 |
| Hex | FC | 5A | 32 | 0 | 40 | 50 | 1 | C | 61 | 3B |
| Octal | 374 | 132 | 62 | 0 | 100 | 120 | 1 | 14 | 141 | 73 |
| Binary | 11111100 | 1011010 | 110010 | 0 | 1000000 | 1010000 | 1 | 1100 | 1100001 | 111011 |
Color Harmonies of #FC5A32
Complementary color
Monochromatic Colors of #FC5A32
Black with #FC5A32
Text Example
Text Example
White with #FC5A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A32; }
p { color: rgb(252,90,50); }
H1.HeaderClassName
{
color: #FC5A32;
}
.AnyTagClassName
{
color: #FC5A32;
}
</style>
background-color css
<style>
a { background-color: #FC5A32; }
a { background-color: rgb(252,90,50); }
div.DivClassName
{
background-color: #FC5A32;
}
.BgClassName
{
background-color: #FC5A32;
}
</style>
border-color css
<style>
span { border-color: #FC5A32; }
span { border-color: rgb(252,90,50); }
td.TdClassName
{
border-color: #FC5A32;
}
.TagClassName
{
border-color: #FC5A32;
}
</style>