Shades of Red Orange #FC4C2B
Tints of Red Orange #FC4C2B
RGB
CMYK
RGB Variations
Color information
#FC4C2B (or 0xFC4C2B) is known color: Red Orange. HEX triplet: FC, 4C and 2B. RGB value is (252,76,43). Sum of RGB (Red+Green+Blue) = 252+76+43=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C2B is #03B3D4. Grayscale: #7D7D7D. Windows color (decimal): -242645 or 2837756. OLE color: 2837756.
HSL color Cylindrical-coordinate representation of color #FC4C2B: hue angle of 9.47º 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 #FC4C2B is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 43 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.01 |
| HSL | 9.47º | 0.97% | 0.58% | - |
| HSV(B) | 9.47º | 0.83% | 0.99% | - |
| XYZ | 43.17 | 26.04 | 5.04 | - |
| YUV | 124.86 | 81.81 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 43 | 0 | 0.70 | 0.83 | 0.01 | 9.47 | 0.97 | 0.58 |
| Hex | FC | 4C | 2B | 0 | 46 | 53 | 1 | 9 | 61 | 3A |
| Octal | 374 | 114 | 53 | 0 | 106 | 123 | 1 | 11 | 141 | 72 |
| Binary | 11111100 | 1001100 | 101011 | 0 | 1000110 | 1010011 | 1 | 1001 | 1100001 | 111010 |
Color Harmonies of #FC4C2B
Complementary color
Monochromatic Colors of #FC4C2B
Black with #FC4C2B
Text Example
Text Example
White with #FC4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C2B; }
p { color: rgb(252,76,43); }
H1.HeaderClassName
{
color: #FC4C2B;
}
.AnyTagClassName
{
color: #FC4C2B;
}
</style>
background-color css
<style>
a { background-color: #FC4C2B; }
a { background-color: rgb(252,76,43); }
div.DivClassName
{
background-color: #FC4C2B;
}
.BgClassName
{
background-color: #FC4C2B;
}
</style>
border-color css
<style>
span { border-color: #FC4C2B; }
span { border-color: rgb(252,76,43); }
td.TdClassName
{
border-color: #FC4C2B;
}
.TagClassName
{
border-color: #FC4C2B;
}
</style>