Shades of Red Orange #FC3B2C
Tints of Red Orange #FC3B2C
RGB
CMYK
RGB Variations
Color information
#FC3B2C (or 0xFC3B2C) is known color: Red Orange. HEX triplet: FC, 3B and 2C. RGB value is (252,59,44). Sum of RGB (Red+Green+Blue) = 252+59+44=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3B2C is #03C4D3. Grayscale: #737373. Windows color (decimal): -246996 or 2898940. OLE color: 2898940.
HSL color Cylindrical-coordinate representation of color #FC3B2C: hue angle of 4.33º 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 #FC3B2C is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 59 | 44 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.01 |
| HSL | 4.33º | 0.97% | 0.58% | - |
| HSV(B) | 4.33º | 0.83% | 0.99% | - |
| XYZ | 42.16 | 24.01 | 4.79 | - |
| YUV | 115 | 87.94 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 59 | 44 | 0 | 0.77 | 0.83 | 0.01 | 4.33 | 0.97 | 0.58 |
| Hex | FC | 3B | 2C | 0 | 4D | 53 | 1 | 4 | 61 | 3A |
| Octal | 374 | 73 | 54 | 0 | 115 | 123 | 1 | 4 | 141 | 72 |
| Binary | 11111100 | 111011 | 101100 | 0 | 1001101 | 1010011 | 1 | 100 | 1100001 | 111010 |
Color Harmonies of #FC3B2C
Complementary color
Monochromatic Colors of #FC3B2C
Black with #FC3B2C
Text Example
Text Example
White with #FC3B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3B2C; }
p { color: rgb(252,59,44); }
H1.HeaderClassName
{
color: #FC3B2C;
}
.AnyTagClassName
{
color: #FC3B2C;
}
</style>
background-color css
<style>
a { background-color: #FC3B2C; }
a { background-color: rgb(252,59,44); }
div.DivClassName
{
background-color: #FC3B2C;
}
.BgClassName
{
background-color: #FC3B2C;
}
</style>
border-color css
<style>
span { border-color: #FC3B2C; }
span { border-color: rgb(252,59,44); }
td.TdClassName
{
border-color: #FC3B2C;
}
.TagClassName
{
border-color: #FC3B2C;
}
</style>