Shades of Outrageous Orange #FC5D28
Tints of Outrageous Orange #FC5D28
RGB
CMYK
RGB Variations
Color information
#FC5D28 (or 0xFC5D28) is known color: Outrageous Orange. HEX triplet: FC, 5D and 28. RGB value is (252,93,40). Sum of RGB (Red+Green+Blue) = 252+93+40=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D28 is #03A2D7. Grayscale: #868686. Windows color (decimal): -238296 or 2645500. OLE color: 2645500.
HSL color Cylindrical-coordinate representation of color #FC5D28: hue angle of 15º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC5D28 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 40 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.01 |
| HSL | 15º | 0.97% | 0.57% | - |
| HSV(B) | 15º | 0.84% | 0.99% | - |
| XYZ | 44.44 | 28.68 | 5.2 | - |
| YUV | 134.5 | 74.68 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 40 | 0 | 0.63 | 0.84 | 0.01 | 15 | 0.97 | 0.57 |
| Hex | FC | 5D | 28 | 0 | 3F | 54 | 1 | F | 61 | 39 |
| Octal | 374 | 135 | 50 | 0 | 77 | 124 | 1 | 17 | 141 | 71 |
| Binary | 11111100 | 1011101 | 101000 | 0 | 111111 | 1010100 | 1 | 1111 | 1100001 | 111001 |
Color Harmonies of #FC5D28
Complementary color
Monochromatic Colors of #FC5D28
Black with #FC5D28
Text Example
Text Example
White with #FC5D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D28; }
p { color: rgb(252,93,40); }
H1.HeaderClassName
{
color: #FC5D28;
}
.AnyTagClassName
{
color: #FC5D28;
}
</style>
background-color css
<style>
a { background-color: #FC5D28; }
a { background-color: rgb(252,93,40); }
div.DivClassName
{
background-color: #FC5D28;
}
.BgClassName
{
background-color: #FC5D28;
}
</style>
border-color css
<style>
span { border-color: #FC5D28; }
span { border-color: rgb(252,93,40); }
td.TdClassName
{
border-color: #FC5D28;
}
.TagClassName
{
border-color: #FC5D28;
}
</style>