Shades of Red Orange #FC4C25
Tints of Red Orange #FC4C25
RGB
CMYK
RGB Variations
Color information
#FC4C25 (or 0xFC4C25) is known color: Red Orange. HEX triplet: FC, 4C and 25. RGB value is (252,76,37). Sum of RGB (Red+Green+Blue) = 252+76+37=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C25 is #03B3DA. Grayscale: #7C7C7C. Windows color (decimal): -242651 or 2444540. OLE color: 2444540.
HSL color Cylindrical-coordinate representation of color #FC4C25: hue angle of 10.88º 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 #FC4C25 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 37 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.01 |
| HSL | 10.88º | 0.97% | 0.57% | - |
| HSV(B) | 10.88º | 0.85% | 0.99% | - |
| XYZ | 43.06 | 26 | 4.5 | - |
| YUV | 124.18 | 78.81 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 37 | 0 | 0.70 | 0.85 | 0.01 | 10.88 | 0.97 | 0.57 |
| Hex | FC | 4C | 25 | 0 | 46 | 55 | 1 | B | 61 | 39 |
| Octal | 374 | 114 | 45 | 0 | 106 | 125 | 1 | 13 | 141 | 71 |
| Binary | 11111100 | 1001100 | 100101 | 0 | 1000110 | 1010101 | 1 | 1011 | 1100001 | 111001 |
Color Harmonies of #FC4C25
Complementary color
Monochromatic Colors of #FC4C25
Black with #FC4C25
Text Example
Text Example
White with #FC4C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C25; }
p { color: rgb(252,76,37); }
H1.HeaderClassName
{
color: #FC4C25;
}
.AnyTagClassName
{
color: #FC4C25;
}
</style>
background-color css
<style>
a { background-color: #FC4C25; }
a { background-color: rgb(252,76,37); }
div.DivClassName
{
background-color: #FC4C25;
}
.BgClassName
{
background-color: #FC4C25;
}
</style>
border-color css
<style>
span { border-color: #FC4C25; }
span { border-color: rgb(252,76,37); }
td.TdClassName
{
border-color: #FC4C25;
}
.TagClassName
{
border-color: #FC4C25;
}
</style>