Shades of Red Orange #FC362C
Tints of Red Orange #FC362C
RGB
CMYK
RGB Variations
Color information
#FC362C (or 0xFC362C) is known color: Red Orange. HEX triplet: FC, 36 and 2C. RGB value is (252,54,44). Sum of RGB (Red+Green+Blue) = 252+54+44=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC362C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC362C is #03C9D3. Grayscale: #707070. Windows color (decimal): -248276 or 2897660. OLE color: 2897660.
HSL color Cylindrical-coordinate representation of color #FC362C: hue angle of 2.88º 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 #FC362C is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 44 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.01 |
| HSL | 2.88º | 0.97% | 0.58% | - |
| HSV(B) | 2.88º | 0.83% | 0.99% | - |
| XYZ | 41.92 | 23.52 | 4.71 | - |
| YUV | 112.06 | 89.6 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 44 | 0 | 0.79 | 0.83 | 0.01 | 2.88 | 0.97 | 0.58 |
| Hex | FC | 36 | 2C | 0 | 4F | 53 | 1 | 3 | 61 | 3A |
| Octal | 374 | 66 | 54 | 0 | 117 | 123 | 1 | 3 | 141 | 72 |
| Binary | 11111100 | 110110 | 101100 | 0 | 1001111 | 1010011 | 1 | 11 | 1100001 | 111010 |
Color Harmonies of #FC362C
Complementary color
Monochromatic Colors of #FC362C
Black with #FC362C
Text Example
Text Example
White with #FC362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC362C; }
p { color: rgb(252,54,44); }
H1.HeaderClassName
{
color: #FC362C;
}
.AnyTagClassName
{
color: #FC362C;
}
</style>
background-color css
<style>
a { background-color: #FC362C; }
a { background-color: rgb(252,54,44); }
div.DivClassName
{
background-color: #FC362C;
}
.BgClassName
{
background-color: #FC362C;
}
</style>
border-color css
<style>
span { border-color: #FC362C; }
span { border-color: rgb(252,54,44); }
td.TdClassName
{
border-color: #FC362C;
}
.TagClassName
{
border-color: #FC362C;
}
</style>