Shades of Outrageous Orange #FC5833
Tints of Outrageous Orange #FC5833
RGB
CMYK
RGB Variations
Color information
#FC5833 (or 0xFC5833) is known color: Outrageous Orange. HEX triplet: FC, 58 and 33. RGB value is (252,88,51). Sum of RGB (Red+Green+Blue) = 252+88+51=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5833 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5833 is #03A7CC. Grayscale: #858585. Windows color (decimal): -239565 or 3365116. OLE color: 3365116.
HSL color Cylindrical-coordinate representation of color #FC5833: hue angle of 11.04º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC5833 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 51 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.01 |
| HSL | 11.04º | 0.97% | 0.59% | - |
| HSV(B) | 11.04º | 0.8% | 0.99% | - |
| XYZ | 44.23 | 27.91 | 6.19 | - |
| YUV | 132.82 | 81.83 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 51 | 0 | 0.65 | 0.80 | 0.01 | 11.04 | 0.97 | 0.59 |
| Hex | FC | 58 | 33 | 0 | 41 | 50 | 1 | B | 61 | 3B |
| Octal | 374 | 130 | 63 | 0 | 101 | 120 | 1 | 13 | 141 | 73 |
| Binary | 11111100 | 1011000 | 110011 | 0 | 1000001 | 1010000 | 1 | 1011 | 1100001 | 111011 |
Color Harmonies of #FC5833
Complementary color
Monochromatic Colors of #FC5833
Black with #FC5833
Text Example
Text Example
White with #FC5833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5833; }
p { color: rgb(252,88,51); }
H1.HeaderClassName
{
color: #FC5833;
}
.AnyTagClassName
{
color: #FC5833;
}
</style>
background-color css
<style>
a { background-color: #FC5833; }
a { background-color: rgb(252,88,51); }
div.DivClassName
{
background-color: #FC5833;
}
.BgClassName
{
background-color: #FC5833;
}
</style>
border-color css
<style>
span { border-color: #FC5833; }
span { border-color: rgb(252,88,51); }
td.TdClassName
{
border-color: #FC5833;
}
.TagClassName
{
border-color: #FC5833;
}
</style>