Shades of Outrageous Orange #FC5E3C
Tints of Outrageous Orange #FC5E3C
RGB
CMYK
RGB Variations
Color information
#FC5E3C (or 0xFC5E3C) is known color: Outrageous Orange. HEX triplet: FC, 5E and 3C. RGB value is (252,94,60). Sum of RGB (Red+Green+Blue) = 252+94+60=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5E3C is #03A1C3. Grayscale: #898989. Windows color (decimal): -238020 or 3956476. OLE color: 3956476.
HSL color Cylindrical-coordinate representation of color #FC5E3C: hue angle of 10.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC5E3C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 60 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.01 |
| HSL | 10.63º | 0.97% | 0.61% | - |
| HSV(B) | 10.63º | 0.76% | 0.99% | - |
| XYZ | 44.96 | 29.03 | 7.51 | - |
| YUV | 137.37 | 84.35 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 60 | 0 | 0.63 | 0.76 | 0.01 | 10.63 | 0.97 | 0.61 |
| Hex | FC | 5E | 3C | 0 | 3F | 4C | 1 | B | 61 | 3D |
| Octal | 374 | 136 | 74 | 0 | 77 | 114 | 1 | 13 | 141 | 75 |
| Binary | 11111100 | 1011110 | 111100 | 0 | 111111 | 1001100 | 1 | 1011 | 1100001 | 111101 |
Color Harmonies of #FC5E3C
Complementary color
Monochromatic Colors of #FC5E3C
Black with #FC5E3C
Text Example
Text Example
White with #FC5E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5E3C; }
p { color: rgb(252,94,60); }
H1.HeaderClassName
{
color: #FC5E3C;
}
.AnyTagClassName
{
color: #FC5E3C;
}
</style>
background-color css
<style>
a { background-color: #FC5E3C; }
a { background-color: rgb(252,94,60); }
div.DivClassName
{
background-color: #FC5E3C;
}
.BgClassName
{
background-color: #FC5E3C;
}
</style>
border-color css
<style>
span { border-color: #FC5E3C; }
span { border-color: rgb(252,94,60); }
td.TdClassName
{
border-color: #FC5E3C;
}
.TagClassName
{
border-color: #FC5E3C;
}
</style>