Shades of Red Orange #FC4C2D
Tints of Red Orange #FC4C2D
RGB
CMYK
RGB Variations
Color information
#FC4C2D (or 0xFC4C2D) is known color: Red Orange. HEX triplet: FC, 4C and 2D. RGB value is (252,76,45). Sum of RGB (Red+Green+Blue) = 252+76+45=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C2D is #03B3D2. Grayscale: #7D7D7D. Windows color (decimal): -242643 or 2968828. OLE color: 2968828.
HSL color Cylindrical-coordinate representation of color #FC4C2D: hue angle of 8.99º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC4C2D is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 45 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.01 |
| HSL | 8.99º | 0.97% | 0.58% | - |
| HSV(B) | 8.99º | 0.82% | 0.99% | - |
| XYZ | 43.2 | 26.05 | 5.23 | - |
| YUV | 125.09 | 82.81 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 45 | 0 | 0.70 | 0.82 | 0.01 | 8.99 | 0.97 | 0.58 |
| Hex | FC | 4C | 2D | 0 | 46 | 52 | 1 | 9 | 61 | 3A |
| Octal | 374 | 114 | 55 | 0 | 106 | 122 | 1 | 11 | 141 | 72 |
| Binary | 11111100 | 1001100 | 101101 | 0 | 1000110 | 1010010 | 1 | 1001 | 1100001 | 111010 |
Color Harmonies of #FC4C2D
Complementary color
Monochromatic Colors of #FC4C2D
Black with #FC4C2D
Text Example
Text Example
White with #FC4C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C2D; }
p { color: rgb(252,76,45); }
H1.HeaderClassName
{
color: #FC4C2D;
}
.AnyTagClassName
{
color: #FC4C2D;
}
</style>
background-color css
<style>
a { background-color: #FC4C2D; }
a { background-color: rgb(252,76,45); }
div.DivClassName
{
background-color: #FC4C2D;
}
.BgClassName
{
background-color: #FC4C2D;
}
</style>
border-color css
<style>
span { border-color: #FC4C2D; }
span { border-color: rgb(252,76,45); }
td.TdClassName
{
border-color: #FC4C2D;
}
.TagClassName
{
border-color: #FC4C2D;
}
</style>