Shades of Outrageous Orange #FC5C29
Tints of Outrageous Orange #FC5C29
RGB
CMYK
RGB Variations
Color information
#FC5C29 (or 0xFC5C29) is known color: Outrageous Orange. HEX triplet: FC, 5C and 29. RGB value is (252,92,41). Sum of RGB (Red+Green+Blue) = 252+92+41=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5C29 is #03A3D6. Grayscale: #868686. Windows color (decimal): -238551 or 2710780. OLE color: 2710780.
HSL color Cylindrical-coordinate representation of color #FC5C29: hue angle of 14.5º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC5C29 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 41 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.01 |
| HSL | 14.5º | 0.97% | 0.57% | - |
| HSV(B) | 14.5º | 0.84% | 0.99% | - |
| XYZ | 44.37 | 28.51 | 5.26 | - |
| YUV | 134.03 | 75.51 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 41 | 0 | 0.63 | 0.84 | 0.01 | 14.5 | 0.97 | 0.57 |
| Hex | FC | 5C | 29 | 0 | 3F | 54 | 1 | F | 61 | 39 |
| Octal | 374 | 134 | 51 | 0 | 77 | 124 | 1 | 17 | 141 | 71 |
| Binary | 11111100 | 1011100 | 101001 | 0 | 111111 | 1010100 | 1 | 1111 | 1100001 | 111001 |
Color Harmonies of #FC5C29
Complementary color
Monochromatic Colors of #FC5C29
Black with #FC5C29
Text Example
Text Example
White with #FC5C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C29; }
p { color: rgb(252,92,41); }
H1.HeaderClassName
{
color: #FC5C29;
}
.AnyTagClassName
{
color: #FC5C29;
}
</style>
background-color css
<style>
a { background-color: #FC5C29; }
a { background-color: rgb(252,92,41); }
div.DivClassName
{
background-color: #FC5C29;
}
.BgClassName
{
background-color: #FC5C29;
}
</style>
border-color css
<style>
span { border-color: #FC5C29; }
span { border-color: rgb(252,92,41); }
td.TdClassName
{
border-color: #FC5C29;
}
.TagClassName
{
border-color: #FC5C29;
}
</style>