Shades of Outrageous Orange #FC5A21
Tints of Outrageous Orange #FC5A21
RGB
CMYK
RGB Variations
Color information
#FC5A21 (or 0xFC5A21) is known color: Outrageous Orange. HEX triplet: FC, 5A and 21. RGB value is (252,90,33). Sum of RGB (Red+Green+Blue) = 252+90+33=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A21 is #03A5DE. Grayscale: #848484. Windows color (decimal): -239071 or 2185980. OLE color: 2185980.
HSL color Cylindrical-coordinate representation of color #FC5A21: hue angle of 15.62º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC5A21 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 33 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.01 |
| HSL | 15.62º | 0.97% | 0.56% | - |
| HSV(B) | 15.62º | 0.87% | 0.99% | - |
| XYZ | 44.08 | 28.12 | 4.54 | - |
| YUV | 131.94 | 72.17 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 33 | 0 | 0.64 | 0.87 | 0.01 | 15.62 | 0.97 | 0.56 |
| Hex | FC | 5A | 21 | 0 | 40 | 57 | 1 | 10 | 61 | 38 |
| Octal | 374 | 132 | 41 | 0 | 100 | 127 | 1 | 20 | 141 | 70 |
| Binary | 11111100 | 1011010 | 100001 | 0 | 1000000 | 1010111 | 1 | 10000 | 1100001 | 111000 |
Color Harmonies of #FC5A21
Complementary color
Monochromatic Colors of #FC5A21
Black with #FC5A21
Text Example
Text Example
White with #FC5A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A21; }
p { color: rgb(252,90,33); }
H1.HeaderClassName
{
color: #FC5A21;
}
.AnyTagClassName
{
color: #FC5A21;
}
</style>
background-color css
<style>
a { background-color: #FC5A21; }
a { background-color: rgb(252,90,33); }
div.DivClassName
{
background-color: #FC5A21;
}
.BgClassName
{
background-color: #FC5A21;
}
</style>
border-color css
<style>
span { border-color: #FC5A21; }
span { border-color: rgb(252,90,33); }
td.TdClassName
{
border-color: #FC5A21;
}
.TagClassName
{
border-color: #FC5A21;
}
</style>