Shades of Outrageous Orange #FC5E32
Tints of Outrageous Orange #FC5E32
RGB
CMYK
RGB Variations
Color information
#FC5E32 (or 0xFC5E32) is known color: Outrageous Orange. HEX triplet: FC, 5E and 32. RGB value is (252,94,50). Sum of RGB (Red+Green+Blue) = 252+94+50=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5E32 is #03A1CD. Grayscale: #888888. Windows color (decimal): -238030 or 3301116. OLE color: 3301116.
HSL color Cylindrical-coordinate representation of color #FC5E32: hue angle of 13.07º 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 #FC5E32 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 50 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.01 |
| HSL | 13.07º | 0.97% | 0.59% | - |
| HSV(B) | 13.07º | 0.8% | 0.99% | - |
| XYZ | 44.72 | 28.93 | 6.24 | - |
| YUV | 136.23 | 79.35 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 50 | 0 | 0.63 | 0.80 | 0.01 | 13.07 | 0.97 | 0.59 |
| Hex | FC | 5E | 32 | 0 | 3F | 50 | 1 | D | 61 | 3B |
| Octal | 374 | 136 | 62 | 0 | 77 | 120 | 1 | 15 | 141 | 73 |
| Binary | 11111100 | 1011110 | 110010 | 0 | 111111 | 1010000 | 1 | 1101 | 1100001 | 111011 |
Color Harmonies of #FC5E32
Complementary color
Monochromatic Colors of #FC5E32
Black with #FC5E32
Text Example
Text Example
White with #FC5E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5E32; }
p { color: rgb(252,94,50); }
H1.HeaderClassName
{
color: #FC5E32;
}
.AnyTagClassName
{
color: #FC5E32;
}
</style>
background-color css
<style>
a { background-color: #FC5E32; }
a { background-color: rgb(252,94,50); }
div.DivClassName
{
background-color: #FC5E32;
}
.BgClassName
{
background-color: #FC5E32;
}
</style>
border-color css
<style>
span { border-color: #FC5E32; }
span { border-color: rgb(252,94,50); }
td.TdClassName
{
border-color: #FC5E32;
}
.TagClassName
{
border-color: #FC5E32;
}
</style>