Shades of Red Orange #FC4C2A
Tints of Red Orange #FC4C2A
RGB
CMYK
RGB Variations
Color information
#FC4C2A (or 0xFC4C2A) is known color: Red Orange. HEX triplet: FC, 4C and 2A. RGB value is (252,76,42). Sum of RGB (Red+Green+Blue) = 252+76+42=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C2A is #03B3D5. Grayscale: #7D7D7D. Windows color (decimal): -242646 or 2772220. OLE color: 2772220.
HSL color Cylindrical-coordinate representation of color #FC4C2A: hue angle of 9.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC4C2A is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 42 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.01 |
| HSL | 9.71º | 0.97% | 0.58% | - |
| HSV(B) | 9.71º | 0.83% | 0.99% | - |
| XYZ | 43.15 | 26.03 | 4.94 | - |
| YUV | 124.75 | 81.31 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 42 | 0 | 0.70 | 0.83 | 0.01 | 9.71 | 0.97 | 0.58 |
| Hex | FC | 4C | 2A | 0 | 46 | 53 | 1 | A | 61 | 3A |
| Octal | 374 | 114 | 52 | 0 | 106 | 123 | 1 | 12 | 141 | 72 |
| Binary | 11111100 | 1001100 | 101010 | 0 | 1000110 | 1010011 | 1 | 1010 | 1100001 | 111010 |
Color Harmonies of #FC4C2A
Complementary color
Monochromatic Colors of #FC4C2A
Black with #FC4C2A
Text Example
Text Example
White with #FC4C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C2A; }
p { color: rgb(252,76,42); }
H1.HeaderClassName
{
color: #FC4C2A;
}
.AnyTagClassName
{
color: #FC4C2A;
}
</style>
background-color css
<style>
a { background-color: #FC4C2A; }
a { background-color: rgb(252,76,42); }
div.DivClassName
{
background-color: #FC4C2A;
}
.BgClassName
{
background-color: #FC4C2A;
}
</style>
border-color css
<style>
span { border-color: #FC4C2A; }
span { border-color: rgb(252,76,42); }
td.TdClassName
{
border-color: #FC4C2A;
}
.TagClassName
{
border-color: #FC4C2A;
}
</style>