Shades of Red Orange #FC4C29
Tints of Red Orange #FC4C29
RGB
CMYK
RGB Variations
Color information
#FC4C29 (or 0xFC4C29) is known color: Red Orange. HEX triplet: FC, 4C and 29. RGB value is (252,76,41). Sum of RGB (Red+Green+Blue) = 252+76+41=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C29 is #03B3D6. Grayscale: #7C7C7C. Windows color (decimal): -242647 or 2706684. OLE color: 2706684.
HSL color Cylindrical-coordinate representation of color #FC4C29: hue angle of 9.95º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC4C29 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 41 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.01 |
| HSL | 9.95º | 0.97% | 0.57% | - |
| HSV(B) | 9.95º | 0.84% | 0.99% | - |
| XYZ | 43.13 | 26.02 | 4.85 | - |
| YUV | 124.63 | 80.81 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 41 | 0 | 0.70 | 0.84 | 0.01 | 9.95 | 0.97 | 0.57 |
| Hex | FC | 4C | 29 | 0 | 46 | 54 | 1 | A | 61 | 39 |
| Octal | 374 | 114 | 51 | 0 | 106 | 124 | 1 | 12 | 141 | 71 |
| Binary | 11111100 | 1001100 | 101001 | 0 | 1000110 | 1010100 | 1 | 1010 | 1100001 | 111001 |
Color Harmonies of #FC4C29
Complementary color
Monochromatic Colors of #FC4C29
Black with #FC4C29
Text Example
Text Example
White with #FC4C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C29; }
p { color: rgb(252,76,41); }
H1.HeaderClassName
{
color: #FC4C29;
}
.AnyTagClassName
{
color: #FC4C29;
}
</style>
background-color css
<style>
a { background-color: #FC4C29; }
a { background-color: rgb(252,76,41); }
div.DivClassName
{
background-color: #FC4C29;
}
.BgClassName
{
background-color: #FC4C29;
}
</style>
border-color css
<style>
span { border-color: #FC4C29; }
span { border-color: rgb(252,76,41); }
td.TdClassName
{
border-color: #FC4C29;
}
.TagClassName
{
border-color: #FC4C29;
}
</style>