Shades of Outrageous Orange #FC5229
Tints of Outrageous Orange #FC5229
RGB
CMYK
RGB Variations
Color information
#FC5229 (or 0xFC5229) is known color: Outrageous Orange. HEX triplet: FC, 52 and 29. RGB value is (252,82,41). Sum of RGB (Red+Green+Blue) = 252+82+41=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5229 is #03ADD6. Grayscale: #808080. Windows color (decimal): -241111 or 2708220. OLE color: 2708220.
HSL color Cylindrical-coordinate representation of color #FC5229: hue angle of 11.66º 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 #FC5229 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 41 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.01 |
| HSL | 11.66º | 0.97% | 0.57% | - |
| HSV(B) | 11.66º | 0.84% | 0.99% | - |
| XYZ | 43.56 | 26.89 | 4.99 | - |
| YUV | 128.16 | 78.82 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 41 | 0 | 0.67 | 0.84 | 0.01 | 11.66 | 0.97 | 0.57 |
| Hex | FC | 52 | 29 | 0 | 43 | 54 | 1 | C | 61 | 39 |
| Octal | 374 | 122 | 51 | 0 | 103 | 124 | 1 | 14 | 141 | 71 |
| Binary | 11111100 | 1010010 | 101001 | 0 | 1000011 | 1010100 | 1 | 1100 | 1100001 | 111001 |
Color Harmonies of #FC5229
Complementary color
Monochromatic Colors of #FC5229
Black with #FC5229
Text Example
Text Example
White with #FC5229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5229; }
p { color: rgb(252,82,41); }
H1.HeaderClassName
{
color: #FC5229;
}
.AnyTagClassName
{
color: #FC5229;
}
</style>
background-color css
<style>
a { background-color: #FC5229; }
a { background-color: rgb(252,82,41); }
div.DivClassName
{
background-color: #FC5229;
}
.BgClassName
{
background-color: #FC5229;
}
</style>
border-color css
<style>
span { border-color: #FC5229; }
span { border-color: rgb(252,82,41); }
td.TdClassName
{
border-color: #FC5229;
}
.TagClassName
{
border-color: #FC5229;
}
</style>