Shades of Red Orange #FC3C25
Tints of Red Orange #FC3C25
RGB
CMYK
RGB Variations
Color information
#FC3C25 (or 0xFC3C25) is known color: Red Orange. HEX triplet: FC, 3C and 25. RGB value is (252,60,37). Sum of RGB (Red+Green+Blue) = 252+60+37=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C25 is #03C3DA. Grayscale: #737373. Windows color (decimal): -246747 or 2440444. OLE color: 2440444.
HSL color Cylindrical-coordinate representation of color #FC3C25: hue angle of 6.42º 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 #FC3C25 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 37 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.01 |
| HSL | 6.42º | 0.97% | 0.57% | - |
| HSV(B) | 6.42º | 0.85% | 0.99% | - |
| XYZ | 42.09 | 24.06 | 4.18 | - |
| YUV | 114.79 | 84.11 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 37 | 0 | 0.76 | 0.85 | 0.01 | 6.42 | 0.97 | 0.57 |
| Hex | FC | 3C | 25 | 0 | 4C | 55 | 1 | 6 | 61 | 39 |
| Octal | 374 | 74 | 45 | 0 | 114 | 125 | 1 | 6 | 141 | 71 |
| Binary | 11111100 | 111100 | 100101 | 0 | 1001100 | 1010101 | 1 | 110 | 1100001 | 111001 |
Color Harmonies of #FC3C25
Complementary color
Monochromatic Colors of #FC3C25
Black with #FC3C25
Text Example
Text Example
White with #FC3C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C25; }
p { color: rgb(252,60,37); }
H1.HeaderClassName
{
color: #FC3C25;
}
.AnyTagClassName
{
color: #FC3C25;
}
</style>
background-color css
<style>
a { background-color: #FC3C25; }
a { background-color: rgb(252,60,37); }
div.DivClassName
{
background-color: #FC3C25;
}
.BgClassName
{
background-color: #FC3C25;
}
</style>
border-color css
<style>
span { border-color: #FC3C25; }
span { border-color: rgb(252,60,37); }
td.TdClassName
{
border-color: #FC3C25;
}
.TagClassName
{
border-color: #FC3C25;
}
</style>