Shades of Outrageous Orange #FC5934
Tints of Outrageous Orange #FC5934
RGB
CMYK
RGB Variations
Color information
#FC5934 (or 0xFC5934) is known color: Outrageous Orange. HEX triplet: FC, 59 and 34. RGB value is (252,89,52). Sum of RGB (Red+Green+Blue) = 252+89+52=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5934 is #03A6CB. Grayscale: #858585. Windows color (decimal): -239308 or 3430908. OLE color: 3430908.
HSL color Cylindrical-coordinate representation of color #FC5934: hue angle of 11.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC5934 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 52 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.01 |
| HSL | 11.1º | 0.97% | 0.6% | - |
| HSV(B) | 11.1º | 0.79% | 0.99% | - |
| XYZ | 44.34 | 28.09 | 6.33 | - |
| YUV | 133.52 | 82 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 52 | 0 | 0.65 | 0.79 | 0.01 | 11.1 | 0.97 | 0.6 |
| Hex | FC | 59 | 34 | 0 | 41 | 4F | 1 | B | 61 | 3C |
| Octal | 374 | 131 | 64 | 0 | 101 | 117 | 1 | 13 | 141 | 74 |
| Binary | 11111100 | 1011001 | 110100 | 0 | 1000001 | 1001111 | 1 | 1011 | 1100001 | 111100 |
Color Harmonies of #FC5934
Complementary color
Monochromatic Colors of #FC5934
Black with #FC5934
Text Example
Text Example
White with #FC5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5934; }
p { color: rgb(252,89,52); }
H1.HeaderClassName
{
color: #FC5934;
}
.AnyTagClassName
{
color: #FC5934;
}
</style>
background-color css
<style>
a { background-color: #FC5934; }
a { background-color: rgb(252,89,52); }
div.DivClassName
{
background-color: #FC5934;
}
.BgClassName
{
background-color: #FC5934;
}
</style>
border-color css
<style>
span { border-color: #FC5934; }
span { border-color: rgb(252,89,52); }
td.TdClassName
{
border-color: #FC5934;
}
.TagClassName
{
border-color: #FC5934;
}
</style>