Shades of Red Orange #FC392C
Tints of Red Orange #FC392C
RGB
CMYK
RGB Variations
Color information
#FC392C (or 0xFC392C) is known color: Red Orange. HEX triplet: FC, 39 and 2C. RGB value is (252,57,44). Sum of RGB (Red+Green+Blue) = 252+57+44=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC392C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC392C is #03C6D3. Grayscale: #727272. Windows color (decimal): -247508 or 2898428. OLE color: 2898428.
HSL color Cylindrical-coordinate representation of color #FC392C: hue angle of 3.75º 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 #FC392C is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 44 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.01 |
| HSL | 3.75º | 0.97% | 0.58% | - |
| HSV(B) | 3.75º | 0.83% | 0.99% | - |
| XYZ | 42.06 | 23.8 | 4.76 | - |
| YUV | 113.82 | 88.6 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 44 | 0 | 0.77 | 0.83 | 0.01 | 3.75 | 0.97 | 0.58 |
| Hex | FC | 39 | 2C | 0 | 4D | 53 | 1 | 4 | 61 | 3A |
| Octal | 374 | 71 | 54 | 0 | 115 | 123 | 1 | 4 | 141 | 72 |
| Binary | 11111100 | 111001 | 101100 | 0 | 1001101 | 1010011 | 1 | 100 | 1100001 | 111010 |
Color Harmonies of #FC392C
Complementary color
Monochromatic Colors of #FC392C
Black with #FC392C
Text Example
Text Example
White with #FC392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC392C; }
p { color: rgb(252,57,44); }
H1.HeaderClassName
{
color: #FC392C;
}
.AnyTagClassName
{
color: #FC392C;
}
</style>
background-color css
<style>
a { background-color: #FC392C; }
a { background-color: rgb(252,57,44); }
div.DivClassName
{
background-color: #FC392C;
}
.BgClassName
{
background-color: #FC392C;
}
</style>
border-color css
<style>
span { border-color: #FC392C; }
span { border-color: rgb(252,57,44); }
td.TdClassName
{
border-color: #FC392C;
}
.TagClassName
{
border-color: #FC392C;
}
</style>