Shades of Red Orange #FC4525
Tints of Red Orange #FC4525
RGB
CMYK
RGB Variations
Color information
#FC4525 (or 0xFC4525) is known color: Red Orange. HEX triplet: FC, 45 and 25. RGB value is (252,69,37). Sum of RGB (Red+Green+Blue) = 252+69+37=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4525 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4525 is #03BADA. Grayscale: #787878. Windows color (decimal): -244443 or 2442748. OLE color: 2442748.
HSL color Cylindrical-coordinate representation of color #FC4525: hue angle of 8.93º 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 #FC4525 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 37 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.01 |
| HSL | 8.93º | 0.97% | 0.57% | - |
| HSV(B) | 8.93º | 0.85% | 0.99% | - |
| XYZ | 42.61 | 25.09 | 4.35 | - |
| YUV | 120.07 | 81.13 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 37 | 0 | 0.73 | 0.85 | 0.01 | 8.93 | 0.97 | 0.57 |
| Hex | FC | 45 | 25 | 0 | 49 | 55 | 1 | 9 | 61 | 39 |
| Octal | 374 | 105 | 45 | 0 | 111 | 125 | 1 | 11 | 141 | 71 |
| Binary | 11111100 | 1000101 | 100101 | 0 | 1001001 | 1010101 | 1 | 1001 | 1100001 | 111001 |
Color Harmonies of #FC4525
Complementary color
Monochromatic Colors of #FC4525
Black with #FC4525
Text Example
Text Example
White with #FC4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4525; }
p { color: rgb(252,69,37); }
H1.HeaderClassName
{
color: #FC4525;
}
.AnyTagClassName
{
color: #FC4525;
}
</style>
background-color css
<style>
a { background-color: #FC4525; }
a { background-color: rgb(252,69,37); }
div.DivClassName
{
background-color: #FC4525;
}
.BgClassName
{
background-color: #FC4525;
}
</style>
border-color css
<style>
span { border-color: #FC4525; }
span { border-color: rgb(252,69,37); }
td.TdClassName
{
border-color: #FC4525;
}
.TagClassName
{
border-color: #FC4525;
}
</style>