Shades of Red Orange #FC4A2C
Tints of Red Orange #FC4A2C
RGB
CMYK
RGB Variations
Color information
#FC4A2C (or 0xFC4A2C) is known color: Red Orange. HEX triplet: FC, 4A and 2C. RGB value is (252,74,44). Sum of RGB (Red+Green+Blue) = 252+74+44=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A2C is #03B5D3. Grayscale: #7C7C7C. Windows color (decimal): -243156 or 2902780. OLE color: 2902780.
HSL color Cylindrical-coordinate representation of color #FC4A2C: hue angle of 8.65º 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 #FC4A2C is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 44 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.01 |
| HSL | 8.65º | 0.97% | 0.58% | - |
| HSV(B) | 8.65º | 0.83% | 0.99% | - |
| XYZ | 43.05 | 25.77 | 5.09 | - |
| YUV | 123.8 | 82.97 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 44 | 0 | 0.71 | 0.83 | 0.01 | 8.65 | 0.97 | 0.58 |
| Hex | FC | 4A | 2C | 0 | 47 | 53 | 1 | 9 | 61 | 3A |
| Octal | 374 | 112 | 54 | 0 | 107 | 123 | 1 | 11 | 141 | 72 |
| Binary | 11111100 | 1001010 | 101100 | 0 | 1000111 | 1010011 | 1 | 1001 | 1100001 | 111010 |
Color Harmonies of #FC4A2C
Complementary color
Monochromatic Colors of #FC4A2C
Black with #FC4A2C
Text Example
Text Example
White with #FC4A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A2C; }
p { color: rgb(252,74,44); }
H1.HeaderClassName
{
color: #FC4A2C;
}
.AnyTagClassName
{
color: #FC4A2C;
}
</style>
background-color css
<style>
a { background-color: #FC4A2C; }
a { background-color: rgb(252,74,44); }
div.DivClassName
{
background-color: #FC4A2C;
}
.BgClassName
{
background-color: #FC4A2C;
}
</style>
border-color css
<style>
span { border-color: #FC4A2C; }
span { border-color: rgb(252,74,44); }
td.TdClassName
{
border-color: #FC4A2C;
}
.TagClassName
{
border-color: #FC4A2C;
}
</style>