Shades of Red Orange #FC4C2F
Tints of Red Orange #FC4C2F
RGB
CMYK
RGB Variations
Color information
#FC4C2F (or 0xFC4C2F) is known color: Red Orange. HEX triplet: FC, 4C and 2F. RGB value is (252,76,47). Sum of RGB (Red+Green+Blue) = 252+76+47=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C2F is #03B3D0. Grayscale: #7D7D7D. Windows color (decimal): -242641 or 3099900. OLE color: 3099900.
HSL color Cylindrical-coordinate representation of color #FC4C2F: hue angle of 8.49º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC4C2F is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 47 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.01 |
| HSL | 8.49º | 0.97% | 0.59% | - |
| HSV(B) | 8.49º | 0.81% | 0.99% | - |
| XYZ | 43.24 | 26.07 | 5.44 | - |
| YUV | 125.32 | 83.81 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 47 | 0 | 0.70 | 0.81 | 0.01 | 8.49 | 0.97 | 0.59 |
| Hex | FC | 4C | 2F | 0 | 46 | 51 | 1 | 8 | 61 | 3B |
| Octal | 374 | 114 | 57 | 0 | 106 | 121 | 1 | 10 | 141 | 73 |
| Binary | 11111100 | 1001100 | 101111 | 0 | 1000110 | 1010001 | 1 | 1000 | 1100001 | 111011 |
Color Harmonies of #FC4C2F
Complementary color
Monochromatic Colors of #FC4C2F
Black with #FC4C2F
Text Example
Text Example
White with #FC4C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C2F; }
p { color: rgb(252,76,47); }
H1.HeaderClassName
{
color: #FC4C2F;
}
.AnyTagClassName
{
color: #FC4C2F;
}
</style>
background-color css
<style>
a { background-color: #FC4C2F; }
a { background-color: rgb(252,76,47); }
div.DivClassName
{
background-color: #FC4C2F;
}
.BgClassName
{
background-color: #FC4C2F;
}
</style>
border-color css
<style>
span { border-color: #FC4C2F; }
span { border-color: rgb(252,76,47); }
td.TdClassName
{
border-color: #FC4C2F;
}
.TagClassName
{
border-color: #FC4C2F;
}
</style>