Shades of Red Orange #FC322E
Tints of Red Orange #FC322E
RGB
CMYK
RGB Variations
Color information
#FC322E (or 0xFC322E) is known color: Red Orange. HEX triplet: FC, 32 and 2E. RGB value is (252,50,46). Sum of RGB (Red+Green+Blue) = 252+50+46=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC322E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC322E is #03CDD1. Grayscale: #6E6E6E. Windows color (decimal): -249298 or 3027708. OLE color: 3027708.
HSL color Cylindrical-coordinate representation of color #FC322E: hue angle of 1.17º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC322E is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 46 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.01 |
| HSL | 1.17º | 0.97% | 0.58% | - |
| HSV(B) | 1.17º | 0.82% | 0.99% | - |
| XYZ | 41.78 | 23.17 | 4.86 | - |
| YUV | 109.94 | 91.92 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 46 | 0 | 0.80 | 0.82 | 0.01 | 1.17 | 0.97 | 0.58 |
| Hex | FC | 32 | 2E | 0 | 50 | 52 | 1 | 1 | 61 | 3A |
| Octal | 374 | 62 | 56 | 0 | 120 | 122 | 1 | 1 | 141 | 72 |
| Binary | 11111100 | 110010 | 101110 | 0 | 1010000 | 1010010 | 1 | 1 | 1100001 | 111010 |
Color Harmonies of #FC322E
Complementary color
Monochromatic Colors of #FC322E
Black with #FC322E
Text Example
Text Example
White with #FC322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC322E; }
p { color: rgb(252,50,46); }
H1.HeaderClassName
{
color: #FC322E;
}
.AnyTagClassName
{
color: #FC322E;
}
</style>
background-color css
<style>
a { background-color: #FC322E; }
a { background-color: rgb(252,50,46); }
div.DivClassName
{
background-color: #FC322E;
}
.BgClassName
{
background-color: #FC322E;
}
</style>
border-color css
<style>
span { border-color: #FC322E; }
span { border-color: rgb(252,50,46); }
td.TdClassName
{
border-color: #FC322E;
}
.TagClassName
{
border-color: #FC322E;
}
</style>