Shades of Outrageous Orange #FC5325
Tints of Outrageous Orange #FC5325
RGB
CMYK
RGB Variations
Color information
#FC5325 (or 0xFC5325) is known color: Outrageous Orange. HEX triplet: FC, 53 and 25. RGB value is (252,83,37). Sum of RGB (Red+Green+Blue) = 252+83+37=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5325 is #03ACDA. Grayscale: #808080. Windows color (decimal): -240859 or 2446332. OLE color: 2446332.
HSL color Cylindrical-coordinate representation of color #FC5325: hue angle of 12.84º 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 #FC5325 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 37 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.01 |
| HSL | 12.84º | 0.97% | 0.57% | - |
| HSV(B) | 12.84º | 0.85% | 0.99% | - |
| XYZ | 43.57 | 27.02 | 4.67 | - |
| YUV | 128.29 | 76.49 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 37 | 0 | 0.67 | 0.85 | 0.01 | 12.84 | 0.97 | 0.57 |
| Hex | FC | 53 | 25 | 0 | 43 | 55 | 1 | D | 61 | 39 |
| Octal | 374 | 123 | 45 | 0 | 103 | 125 | 1 | 15 | 141 | 71 |
| Binary | 11111100 | 1010011 | 100101 | 0 | 1000011 | 1010101 | 1 | 1101 | 1100001 | 111001 |
Color Harmonies of #FC5325
Complementary color
Monochromatic Colors of #FC5325
Black with #FC5325
Text Example
Text Example
White with #FC5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5325; }
p { color: rgb(252,83,37); }
H1.HeaderClassName
{
color: #FC5325;
}
.AnyTagClassName
{
color: #FC5325;
}
</style>
background-color css
<style>
a { background-color: #FC5325; }
a { background-color: rgb(252,83,37); }
div.DivClassName
{
background-color: #FC5325;
}
.BgClassName
{
background-color: #FC5325;
}
</style>
border-color css
<style>
span { border-color: #FC5325; }
span { border-color: rgb(252,83,37); }
td.TdClassName
{
border-color: #FC5325;
}
.TagClassName
{
border-color: #FC5325;
}
</style>