Shades of Red Orange #FC312C
Tints of Red Orange #FC312C
RGB
CMYK
RGB Variations
Color information
#FC312C (or 0xFC312C) is known color: Red Orange. HEX triplet: FC, 31 and 2C. RGB value is (252,49,44). Sum of RGB (Red+Green+Blue) = 252+49+44=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC312C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC312C is #03CED3. Grayscale: #6D6D6D. Windows color (decimal): -249556 or 2896380. OLE color: 2896380.
HSL color Cylindrical-coordinate representation of color #FC312C: hue angle of 1.44º 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 #FC312C is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 44 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.01 |
| HSL | 1.44º | 0.97% | 0.58% | - |
| HSV(B) | 1.44º | 0.83% | 0.99% | - |
| XYZ | 41.7 | 23.07 | 4.64 | - |
| YUV | 109.13 | 91.25 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 44 | 0 | 0.81 | 0.83 | 0.01 | 1.44 | 0.97 | 0.58 |
| Hex | FC | 31 | 2C | 0 | 51 | 53 | 1 | 1 | 61 | 3A |
| Octal | 374 | 61 | 54 | 0 | 121 | 123 | 1 | 1 | 141 | 72 |
| Binary | 11111100 | 110001 | 101100 | 0 | 1010001 | 1010011 | 1 | 1 | 1100001 | 111010 |
Color Harmonies of #FC312C
Complementary color
Monochromatic Colors of #FC312C
Black with #FC312C
Text Example
Text Example
White with #FC312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC312C; }
p { color: rgb(252,49,44); }
H1.HeaderClassName
{
color: #FC312C;
}
.AnyTagClassName
{
color: #FC312C;
}
</style>
background-color css
<style>
a { background-color: #FC312C; }
a { background-color: rgb(252,49,44); }
div.DivClassName
{
background-color: #FC312C;
}
.BgClassName
{
background-color: #FC312C;
}
</style>
border-color css
<style>
span { border-color: #FC312C; }
span { border-color: rgb(252,49,44); }
td.TdClassName
{
border-color: #FC312C;
}
.TagClassName
{
border-color: #FC312C;
}
</style>