Shades of Red Orange #FC4032
Tints of Red Orange #FC4032
RGB
CMYK
RGB Variations
Color information
#FC4032 (or 0xFC4032) is known color: Red Orange. HEX triplet: FC, 40 and 32. RGB value is (252,64,50). Sum of RGB (Red+Green+Blue) = 252+64+50=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4032 is #03BFCD. Grayscale: #767676. Windows color (decimal): -245710 or 3293436. OLE color: 3293436.
HSL color Cylindrical-coordinate representation of color #FC4032: hue angle of 4.16º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC4032 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 50 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.01 |
| HSL | 4.16º | 0.97% | 0.59% | - |
| HSV(B) | 4.16º | 0.8% | 0.99% | - |
| XYZ | 42.55 | 24.59 | 5.52 | - |
| YUV | 118.62 | 89.28 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 50 | 0 | 0.75 | 0.80 | 0.01 | 4.16 | 0.97 | 0.59 |
| Hex | FC | 40 | 32 | 0 | 4B | 50 | 1 | 4 | 61 | 3B |
| Octal | 374 | 100 | 62 | 0 | 113 | 120 | 1 | 4 | 141 | 73 |
| Binary | 11111100 | 1000000 | 110010 | 0 | 1001011 | 1010000 | 1 | 100 | 1100001 | 111011 |
Color Harmonies of #FC4032
Complementary color
Monochromatic Colors of #FC4032
Black with #FC4032
Text Example
Text Example
White with #FC4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4032; }
p { color: rgb(252,64,50); }
H1.HeaderClassName
{
color: #FC4032;
}
.AnyTagClassName
{
color: #FC4032;
}
</style>
background-color css
<style>
a { background-color: #FC4032; }
a { background-color: rgb(252,64,50); }
div.DivClassName
{
background-color: #FC4032;
}
.BgClassName
{
background-color: #FC4032;
}
</style>
border-color css
<style>
span { border-color: #FC4032; }
span { border-color: rgb(252,64,50); }
td.TdClassName
{
border-color: #FC4032;
}
.TagClassName
{
border-color: #FC4032;
}
</style>