Shades of Outrageous Orange #FC5A26
Tints of Outrageous Orange #FC5A26
RGB
CMYK
RGB Variations
Color information
#FC5A26 (or 0xFC5A26) is known color: Outrageous Orange. HEX triplet: FC, 5A and 26. RGB value is (252,90,38). Sum of RGB (Red+Green+Blue) = 252+90+38=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A26 is #03A5D9. Grayscale: #848484. Windows color (decimal): -239066 or 2513660. OLE color: 2513660.
HSL color Cylindrical-coordinate representation of color #FC5A26: hue angle of 14.58º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC5A26 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 38 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.01 |
| HSL | 14.58º | 0.97% | 0.57% | - |
| HSV(B) | 14.58º | 0.85% | 0.99% | - |
| XYZ | 44.15 | 28.15 | 4.94 | - |
| YUV | 132.51 | 74.67 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 38 | 0 | 0.64 | 0.85 | 0.01 | 14.58 | 0.97 | 0.57 |
| Hex | FC | 5A | 26 | 0 | 40 | 55 | 1 | F | 61 | 39 |
| Octal | 374 | 132 | 46 | 0 | 100 | 125 | 1 | 17 | 141 | 71 |
| Binary | 11111100 | 1011010 | 100110 | 0 | 1000000 | 1010101 | 1 | 1111 | 1100001 | 111001 |
Color Harmonies of #FC5A26
Complementary color
Monochromatic Colors of #FC5A26
Black with #FC5A26
Text Example
Text Example
White with #FC5A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A26; }
p { color: rgb(252,90,38); }
H1.HeaderClassName
{
color: #FC5A26;
}
.AnyTagClassName
{
color: #FC5A26;
}
</style>
background-color css
<style>
a { background-color: #FC5A26; }
a { background-color: rgb(252,90,38); }
div.DivClassName
{
background-color: #FC5A26;
}
.BgClassName
{
background-color: #FC5A26;
}
</style>
border-color css
<style>
span { border-color: #FC5A26; }
span { border-color: rgb(252,90,38); }
td.TdClassName
{
border-color: #FC5A26;
}
.TagClassName
{
border-color: #FC5A26;
}
</style>