Shades of Outrageous Orange #FC522A
Tints of Outrageous Orange #FC522A
RGB
CMYK
RGB Variations
Color information
#FC522A (or 0xFC522A) is known color: Outrageous Orange. HEX triplet: FC, 52 and 2A. RGB value is (252,82,42). Sum of RGB (Red+Green+Blue) = 252+82+42=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC522A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC522A is #03ADD5. Grayscale: #808080. Windows color (decimal): -241110 or 2773756. OLE color: 2773756.
HSL color Cylindrical-coordinate representation of color #FC522A: hue angle of 11.43º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC522A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 42 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.01 |
| HSL | 11.43º | 0.97% | 0.58% | - |
| HSV(B) | 11.43º | 0.83% | 0.99% | - |
| XYZ | 43.58 | 26.9 | 5.09 | - |
| YUV | 128.27 | 79.32 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 42 | 0 | 0.67 | 0.83 | 0.01 | 11.43 | 0.97 | 0.58 |
| Hex | FC | 52 | 2A | 0 | 43 | 53 | 1 | B | 61 | 3A |
| Octal | 374 | 122 | 52 | 0 | 103 | 123 | 1 | 13 | 141 | 72 |
| Binary | 11111100 | 1010010 | 101010 | 0 | 1000011 | 1010011 | 1 | 1011 | 1100001 | 111010 |
Color Harmonies of #FC522A
Complementary color
Monochromatic Colors of #FC522A
Black with #FC522A
Text Example
Text Example
White with #FC522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC522A; }
p { color: rgb(252,82,42); }
H1.HeaderClassName
{
color: #FC522A;
}
.AnyTagClassName
{
color: #FC522A;
}
</style>
background-color css
<style>
a { background-color: #FC522A; }
a { background-color: rgb(252,82,42); }
div.DivClassName
{
background-color: #FC522A;
}
.BgClassName
{
background-color: #FC522A;
}
</style>
border-color css
<style>
span { border-color: #FC522A; }
span { border-color: rgb(252,82,42); }
td.TdClassName
{
border-color: #FC522A;
}
.TagClassName
{
border-color: #FC522A;
}
</style>