Shades of Outrageous Orange #FC5E3E
Tints of Outrageous Orange #FC5E3E
RGB
CMYK
RGB Variations
Color information
#FC5E3E (or 0xFC5E3E) is known color: Outrageous Orange. HEX triplet: FC, 5E and 3E. RGB value is (252,94,62). Sum of RGB (Red+Green+Blue) = 252+94+62=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5E3E is #03A1C1. Grayscale: #898989. Windows color (decimal): -238018 or 4087548. OLE color: 4087548.
HSL color Cylindrical-coordinate representation of color #FC5E3E: hue angle of 10.11º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC5E3E is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 62 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.01 |
| HSL | 10.11º | 0.97% | 0.62% | - |
| HSV(B) | 10.11º | 0.75% | 0.99% | - |
| XYZ | 45.02 | 29.05 | 7.79 | - |
| YUV | 137.59 | 85.35 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 62 | 0 | 0.63 | 0.75 | 0.01 | 10.11 | 0.97 | 0.62 |
| Hex | FC | 5E | 3E | 0 | 3F | 4B | 1 | A | 61 | 3E |
| Octal | 374 | 136 | 76 | 0 | 77 | 113 | 1 | 12 | 141 | 76 |
| Binary | 11111100 | 1011110 | 111110 | 0 | 111111 | 1001011 | 1 | 1010 | 1100001 | 111110 |
Color Harmonies of #FC5E3E
Complementary color
Monochromatic Colors of #FC5E3E
Black with #FC5E3E
Text Example
Text Example
White with #FC5E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5E3E; }
p { color: rgb(252,94,62); }
H1.HeaderClassName
{
color: #FC5E3E;
}
.AnyTagClassName
{
color: #FC5E3E;
}
</style>
background-color css
<style>
a { background-color: #FC5E3E; }
a { background-color: rgb(252,94,62); }
div.DivClassName
{
background-color: #FC5E3E;
}
.BgClassName
{
background-color: #FC5E3E;
}
</style>
border-color css
<style>
span { border-color: #FC5E3E; }
span { border-color: rgb(252,94,62); }
td.TdClassName
{
border-color: #FC5E3E;
}
.TagClassName
{
border-color: #FC5E3E;
}
</style>