Shades of Outrageous Orange #FC5D24
Tints of Outrageous Orange #FC5D24
RGB
CMYK
RGB Variations
Color information
#FC5D24 (or 0xFC5D24) is known color: Outrageous Orange. HEX triplet: FC, 5D and 24. RGB value is (252,93,36). Sum of RGB (Red+Green+Blue) = 252+93+36=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D24 is #03A2DB. Grayscale: #868686. Windows color (decimal): -238300 or 2383356. OLE color: 2383356.
HSL color Cylindrical-coordinate representation of color #FC5D24: hue angle of 15.83º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC5D24 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 36 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.01 |
| HSL | 15.83º | 0.97% | 0.56% | - |
| HSV(B) | 15.83º | 0.86% | 0.99% | - |
| XYZ | 44.38 | 28.65 | 4.86 | - |
| YUV | 134.04 | 72.68 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 36 | 0 | 0.63 | 0.86 | 0.01 | 15.83 | 0.97 | 0.56 |
| Hex | FC | 5D | 24 | 0 | 3F | 56 | 1 | 10 | 61 | 38 |
| Octal | 374 | 135 | 44 | 0 | 77 | 126 | 1 | 20 | 141 | 70 |
| Binary | 11111100 | 1011101 | 100100 | 0 | 111111 | 1010110 | 1 | 10000 | 1100001 | 111000 |
Color Harmonies of #FC5D24
Complementary color
Monochromatic Colors of #FC5D24
Black with #FC5D24
Text Example
Text Example
White with #FC5D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D24; }
p { color: rgb(252,93,36); }
H1.HeaderClassName
{
color: #FC5D24;
}
.AnyTagClassName
{
color: #FC5D24;
}
</style>
background-color css
<style>
a { background-color: #FC5D24; }
a { background-color: rgb(252,93,36); }
div.DivClassName
{
background-color: #FC5D24;
}
.BgClassName
{
background-color: #FC5D24;
}
</style>
border-color css
<style>
span { border-color: #FC5D24; }
span { border-color: rgb(252,93,36); }
td.TdClassName
{
border-color: #FC5D24;
}
.TagClassName
{
border-color: #FC5D24;
}
</style>