Shades of Outrageous Orange #FC5731
Tints of Outrageous Orange #FC5731
RGB
CMYK
RGB Variations
Color information
#FC5731 (or 0xFC5731) is known color: Outrageous Orange. HEX triplet: FC, 57 and 31. RGB value is (252,87,49). Sum of RGB (Red+Green+Blue) = 252+87+49=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5731 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5731 is #03A8CE. Grayscale: #848484. Windows color (decimal): -239823 or 3233788. OLE color: 3233788.
HSL color Cylindrical-coordinate representation of color #FC5731: hue angle of 11.23º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC5731 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 49 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.01 |
| HSL | 11.23º | 0.97% | 0.59% | - |
| HSV(B) | 11.23º | 0.81% | 0.99% | - |
| XYZ | 44.11 | 27.73 | 5.93 | - |
| YUV | 132 | 81.16 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 49 | 0 | 0.65 | 0.81 | 0.01 | 11.23 | 0.97 | 0.59 |
| Hex | FC | 57 | 31 | 0 | 41 | 51 | 1 | B | 61 | 3B |
| Octal | 374 | 127 | 61 | 0 | 101 | 121 | 1 | 13 | 141 | 73 |
| Binary | 11111100 | 1010111 | 110001 | 0 | 1000001 | 1010001 | 1 | 1011 | 1100001 | 111011 |
Color Harmonies of #FC5731
Complementary color
Monochromatic Colors of #FC5731
Black with #FC5731
Text Example
Text Example
White with #FC5731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5731; }
p { color: rgb(252,87,49); }
H1.HeaderClassName
{
color: #FC5731;
}
.AnyTagClassName
{
color: #FC5731;
}
</style>
background-color css
<style>
a { background-color: #FC5731; }
a { background-color: rgb(252,87,49); }
div.DivClassName
{
background-color: #FC5731;
}
.BgClassName
{
background-color: #FC5731;
}
</style>
border-color css
<style>
span { border-color: #FC5731; }
span { border-color: rgb(252,87,49); }
td.TdClassName
{
border-color: #FC5731;
}
.TagClassName
{
border-color: #FC5731;
}
</style>