Shades of Outrageous Orange #FC5B2F
Tints of Outrageous Orange #FC5B2F
RGB
CMYK
RGB Variations
Color information
#FC5B2F (or 0xFC5B2F) is known color: Outrageous Orange. HEX triplet: FC, 5B and 2F. RGB value is (252,91,47). Sum of RGB (Red+Green+Blue) = 252+91+47=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5B2F is #03A4D0. Grayscale: #868686. Windows color (decimal): -238801 or 3103740. OLE color: 3103740.
HSL color Cylindrical-coordinate representation of color #FC5B2F: hue angle of 12.88º 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 #FC5B2F is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 47 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.01 |
| HSL | 12.88º | 0.97% | 0.59% | - |
| HSV(B) | 12.88º | 0.81% | 0.99% | - |
| XYZ | 44.4 | 28.38 | 5.83 | - |
| YUV | 134.12 | 78.84 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 47 | 0 | 0.64 | 0.81 | 0.01 | 12.88 | 0.97 | 0.59 |
| Hex | FC | 5B | 2F | 0 | 40 | 51 | 1 | D | 61 | 3B |
| Octal | 374 | 133 | 57 | 0 | 100 | 121 | 1 | 15 | 141 | 73 |
| Binary | 11111100 | 1011011 | 101111 | 0 | 1000000 | 1010001 | 1 | 1101 | 1100001 | 111011 |
Color Harmonies of #FC5B2F
Complementary color
Monochromatic Colors of #FC5B2F
Black with #FC5B2F
Text Example
Text Example
White with #FC5B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5B2F; }
p { color: rgb(252,91,47); }
H1.HeaderClassName
{
color: #FC5B2F;
}
.AnyTagClassName
{
color: #FC5B2F;
}
</style>
background-color css
<style>
a { background-color: #FC5B2F; }
a { background-color: rgb(252,91,47); }
div.DivClassName
{
background-color: #FC5B2F;
}
.BgClassName
{
background-color: #FC5B2F;
}
</style>
border-color css
<style>
span { border-color: #FC5B2F; }
span { border-color: rgb(252,91,47); }
td.TdClassName
{
border-color: #FC5B2F;
}
.TagClassName
{
border-color: #FC5B2F;
}
</style>