Shades of Red Orange #FC4033
Tints of Red Orange #FC4033
RGB
CMYK
RGB Variations
Color information
#FC4033 (or 0xFC4033) is known color: Red Orange. HEX triplet: FC, 40 and 33. RGB value is (252,64,51). Sum of RGB (Red+Green+Blue) = 252+64+51=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4033 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4033 is #03BFCC. Grayscale: #767676. Windows color (decimal): -245709 or 3358972. OLE color: 3358972.
HSL color Cylindrical-coordinate representation of color #FC4033: hue angle of 3.88º 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 #FC4033 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 51 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.01 |
| HSL | 3.88º | 0.97% | 0.59% | - |
| HSV(B) | 3.88º | 0.8% | 0.99% | - |
| XYZ | 42.58 | 24.6 | 5.64 | - |
| YUV | 118.73 | 89.78 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 51 | 0 | 0.75 | 0.80 | 0.01 | 3.88 | 0.97 | 0.59 |
| Hex | FC | 40 | 33 | 0 | 4B | 50 | 1 | 4 | 61 | 3B |
| Octal | 374 | 100 | 63 | 0 | 113 | 120 | 1 | 4 | 141 | 73 |
| Binary | 11111100 | 1000000 | 110011 | 0 | 1001011 | 1010000 | 1 | 100 | 1100001 | 111011 |
Color Harmonies of #FC4033
Complementary color
Monochromatic Colors of #FC4033
Black with #FC4033
Text Example
Text Example
White with #FC4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4033; }
p { color: rgb(252,64,51); }
H1.HeaderClassName
{
color: #FC4033;
}
.AnyTagClassName
{
color: #FC4033;
}
</style>
background-color css
<style>
a { background-color: #FC4033; }
a { background-color: rgb(252,64,51); }
div.DivClassName
{
background-color: #FC4033;
}
.BgClassName
{
background-color: #FC4033;
}
</style>
border-color css
<style>
span { border-color: #FC4033; }
span { border-color: rgb(252,64,51); }
td.TdClassName
{
border-color: #FC4033;
}
.TagClassName
{
border-color: #FC4033;
}
</style>