Shades of Outrageous Orange #FC5D34
Tints of Outrageous Orange #FC5D34
RGB
CMYK
RGB Variations
Color information
#FC5D34 (or 0xFC5D34) is known color: Outrageous Orange. HEX triplet: FC, 5D and 34. RGB value is (252,93,52). Sum of RGB (Red+Green+Blue) = 252+93+52=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D34 is #03A2CB. Grayscale: #888888. Windows color (decimal): -238284 or 3431932. OLE color: 3431932.
HSL color Cylindrical-coordinate representation of color #FC5D34: hue angle of 12.3º 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 #FC5D34 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 52 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.01 |
| HSL | 12.3º | 0.97% | 0.6% | - |
| HSV(B) | 12.3º | 0.79% | 0.99% | - |
| XYZ | 44.68 | 28.77 | 6.45 | - |
| YUV | 135.87 | 80.68 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 52 | 0 | 0.63 | 0.79 | 0.01 | 12.3 | 0.97 | 0.6 |
| Hex | FC | 5D | 34 | 0 | 3F | 4F | 1 | C | 61 | 3C |
| Octal | 374 | 135 | 64 | 0 | 77 | 117 | 1 | 14 | 141 | 74 |
| Binary | 11111100 | 1011101 | 110100 | 0 | 111111 | 1001111 | 1 | 1100 | 1100001 | 111100 |
Color Harmonies of #FC5D34
Complementary color
Monochromatic Colors of #FC5D34
Black with #FC5D34
Text Example
Text Example
White with #FC5D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D34; }
p { color: rgb(252,93,52); }
H1.HeaderClassName
{
color: #FC5D34;
}
.AnyTagClassName
{
color: #FC5D34;
}
</style>
background-color css
<style>
a { background-color: #FC5D34; }
a { background-color: rgb(252,93,52); }
div.DivClassName
{
background-color: #FC5D34;
}
.BgClassName
{
background-color: #FC5D34;
}
</style>
border-color css
<style>
span { border-color: #FC5D34; }
span { border-color: rgb(252,93,52); }
td.TdClassName
{
border-color: #FC5D34;
}
.TagClassName
{
border-color: #FC5D34;
}
</style>