Shades of Outrageous Orange #FC522E
Tints of Outrageous Orange #FC522E
RGB
CMYK
RGB Variations
Color information
#FC522E (or 0xFC522E) is known color: Outrageous Orange. HEX triplet: FC, 52 and 2E. RGB value is (252,82,46). Sum of RGB (Red+Green+Blue) = 252+82+46=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC522E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC522E is #03ADD1. Grayscale: #818181. Windows color (decimal): -241106 or 3035900. OLE color: 3035900.
HSL color Cylindrical-coordinate representation of color #FC522E: hue angle of 10.49º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC522E is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 46 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.01 |
| HSL | 10.49º | 0.97% | 0.58% | - |
| HSV(B) | 10.49º | 0.82% | 0.99% | - |
| XYZ | 43.66 | 26.93 | 5.48 | - |
| YUV | 128.73 | 81.32 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 46 | 0 | 0.67 | 0.82 | 0.01 | 10.49 | 0.97 | 0.58 |
| Hex | FC | 52 | 2E | 0 | 43 | 52 | 1 | A | 61 | 3A |
| Octal | 374 | 122 | 56 | 0 | 103 | 122 | 1 | 12 | 141 | 72 |
| Binary | 11111100 | 1010010 | 101110 | 0 | 1000011 | 1010010 | 1 | 1010 | 1100001 | 111010 |
Color Harmonies of #FC522E
Complementary color
Monochromatic Colors of #FC522E
Black with #FC522E
Text Example
Text Example
White with #FC522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC522E; }
p { color: rgb(252,82,46); }
H1.HeaderClassName
{
color: #FC522E;
}
.AnyTagClassName
{
color: #FC522E;
}
</style>
background-color css
<style>
a { background-color: #FC522E; }
a { background-color: rgb(252,82,46); }
div.DivClassName
{
background-color: #FC522E;
}
.BgClassName
{
background-color: #FC522E;
}
</style>
border-color css
<style>
span { border-color: #FC522E; }
span { border-color: rgb(252,82,46); }
td.TdClassName
{
border-color: #FC522E;
}
.TagClassName
{
border-color: #FC522E;
}
</style>