Shades of Outrageous Orange #FC5D25
Tints of Outrageous Orange #FC5D25
RGB
CMYK
RGB Variations
Color information
#FC5D25 (or 0xFC5D25) is known color: Outrageous Orange. HEX triplet: FC, 5D and 25. RGB value is (252,93,37). Sum of RGB (Red+Green+Blue) = 252+93+37=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D25 is #03A2DA. Grayscale: #868686. Windows color (decimal): -238299 or 2448892. OLE color: 2448892.
HSL color Cylindrical-coordinate representation of color #FC5D25: hue angle of 15.63º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC5D25 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 37 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.01 |
| HSL | 15.63º | 0.97% | 0.57% | - |
| HSV(B) | 15.63º | 0.85% | 0.99% | - |
| XYZ | 44.39 | 28.66 | 4.94 | - |
| YUV | 134.16 | 73.18 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 37 | 0 | 0.63 | 0.85 | 0.01 | 15.63 | 0.97 | 0.57 |
| Hex | FC | 5D | 25 | 0 | 3F | 55 | 1 | 10 | 61 | 39 |
| Octal | 374 | 135 | 45 | 0 | 77 | 125 | 1 | 20 | 141 | 71 |
| Binary | 11111100 | 1011101 | 100101 | 0 | 111111 | 1010101 | 1 | 10000 | 1100001 | 111001 |
Color Harmonies of #FC5D25
Complementary color
Monochromatic Colors of #FC5D25
Black with #FC5D25
Text Example
Text Example
White with #FC5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D25; }
p { color: rgb(252,93,37); }
H1.HeaderClassName
{
color: #FC5D25;
}
.AnyTagClassName
{
color: #FC5D25;
}
</style>
background-color css
<style>
a { background-color: #FC5D25; }
a { background-color: rgb(252,93,37); }
div.DivClassName
{
background-color: #FC5D25;
}
.BgClassName
{
background-color: #FC5D25;
}
</style>
border-color css
<style>
span { border-color: #FC5D25; }
span { border-color: rgb(252,93,37); }
td.TdClassName
{
border-color: #FC5D25;
}
.TagClassName
{
border-color: #FC5D25;
}
</style>