Shades of Outrageous Orange #FC5D32
Tints of Outrageous Orange #FC5D32
RGB
CMYK
RGB Variations
Color information
#FC5D32 (or 0xFC5D32) is known color: Outrageous Orange. HEX triplet: FC, 5D and 32. RGB value is (252,93,50). Sum of RGB (Red+Green+Blue) = 252+93+50=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D32 is #03A2CD. Grayscale: #878787. Windows color (decimal): -238286 or 3300860. OLE color: 3300860.
HSL color Cylindrical-coordinate representation of color #FC5D32: hue angle of 12.77º 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 #FC5D32 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 50 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.01 |
| HSL | 12.77º | 0.97% | 0.59% | - |
| HSV(B) | 12.77º | 0.8% | 0.99% | - |
| XYZ | 44.63 | 28.75 | 6.22 | - |
| YUV | 135.64 | 79.68 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 50 | 0 | 0.63 | 0.80 | 0.01 | 12.77 | 0.97 | 0.59 |
| Hex | FC | 5D | 32 | 0 | 3F | 50 | 1 | D | 61 | 3B |
| Octal | 374 | 135 | 62 | 0 | 77 | 120 | 1 | 15 | 141 | 73 |
| Binary | 11111100 | 1011101 | 110010 | 0 | 111111 | 1010000 | 1 | 1101 | 1100001 | 111011 |
Color Harmonies of #FC5D32
Complementary color
Monochromatic Colors of #FC5D32
Black with #FC5D32
Text Example
Text Example
White with #FC5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D32; }
p { color: rgb(252,93,50); }
H1.HeaderClassName
{
color: #FC5D32;
}
.AnyTagClassName
{
color: #FC5D32;
}
</style>
background-color css
<style>
a { background-color: #FC5D32; }
a { background-color: rgb(252,93,50); }
div.DivClassName
{
background-color: #FC5D32;
}
.BgClassName
{
background-color: #FC5D32;
}
</style>
border-color css
<style>
span { border-color: #FC5D32; }
span { border-color: rgb(252,93,50); }
td.TdClassName
{
border-color: #FC5D32;
}
.TagClassName
{
border-color: #FC5D32;
}
</style>