Shades of Red Orange #FC442C
Tints of Red Orange #FC442C
RGB
CMYK
RGB Variations
Color information
#FC442C (or 0xFC442C) is known color: Red Orange. HEX triplet: FC, 44 and 2C. RGB value is (252,68,44). Sum of RGB (Red+Green+Blue) = 252+68+44=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC442C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC442C is #03BBD3. Grayscale: #787878. Windows color (decimal): -244692 or 2901244. OLE color: 2901244.
HSL color Cylindrical-coordinate representation of color #FC442C: hue angle of 6.92º 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 #FC442C is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 44 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.01 |
| HSL | 6.92º | 0.97% | 0.58% | - |
| HSV(B) | 6.92º | 0.83% | 0.99% | - |
| XYZ | 42.67 | 25.01 | 4.96 | - |
| YUV | 120.28 | 84.96 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 44 | 0 | 0.73 | 0.83 | 0.01 | 6.92 | 0.97 | 0.58 |
| Hex | FC | 44 | 2C | 0 | 49 | 53 | 1 | 7 | 61 | 3A |
| Octal | 374 | 104 | 54 | 0 | 111 | 123 | 1 | 7 | 141 | 72 |
| Binary | 11111100 | 1000100 | 101100 | 0 | 1001001 | 1010011 | 1 | 111 | 1100001 | 111010 |
Color Harmonies of #FC442C
Complementary color
Monochromatic Colors of #FC442C
Black with #FC442C
Text Example
Text Example
White with #FC442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC442C; }
p { color: rgb(252,68,44); }
H1.HeaderClassName
{
color: #FC442C;
}
.AnyTagClassName
{
color: #FC442C;
}
</style>
background-color css
<style>
a { background-color: #FC442C; }
a { background-color: rgb(252,68,44); }
div.DivClassName
{
background-color: #FC442C;
}
.BgClassName
{
background-color: #FC442C;
}
</style>
border-color css
<style>
span { border-color: #FC442C; }
span { border-color: rgb(252,68,44); }
td.TdClassName
{
border-color: #FC442C;
}
.TagClassName
{
border-color: #FC442C;
}
</style>