Shades of Red Orange #FC4E2E
Tints of Red Orange #FC4E2E
RGB
CMYK
RGB Variations
Color information
#FC4E2E (or 0xFC4E2E) is known color: Red Orange. HEX triplet: FC, 4E and 2E. RGB value is (252,78,46). Sum of RGB (Red+Green+Blue) = 252+78+46=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4E2E is #03B1D1. Grayscale: #7E7E7E. Windows color (decimal): -242130 or 3034876. OLE color: 3034876.
HSL color Cylindrical-coordinate representation of color #FC4E2E: hue angle of 9.32º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC4E2E is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 46 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.01 |
| HSL | 9.32º | 0.97% | 0.58% | - |
| HSV(B) | 9.32º | 0.82% | 0.99% | - |
| XYZ | 43.36 | 26.34 | 5.38 | - |
| YUV | 126.38 | 82.65 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 46 | 0 | 0.69 | 0.82 | 0.01 | 9.32 | 0.97 | 0.58 |
| Hex | FC | 4E | 2E | 0 | 45 | 52 | 1 | 9 | 61 | 3A |
| Octal | 374 | 116 | 56 | 0 | 105 | 122 | 1 | 11 | 141 | 72 |
| Binary | 11111100 | 1001110 | 101110 | 0 | 1000101 | 1010010 | 1 | 1001 | 1100001 | 111010 |
Color Harmonies of #FC4E2E
Complementary color
Monochromatic Colors of #FC4E2E
Black with #FC4E2E
Text Example
Text Example
White with #FC4E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E2E; }
p { color: rgb(252,78,46); }
H1.HeaderClassName
{
color: #FC4E2E;
}
.AnyTagClassName
{
color: #FC4E2E;
}
</style>
background-color css
<style>
a { background-color: #FC4E2E; }
a { background-color: rgb(252,78,46); }
div.DivClassName
{
background-color: #FC4E2E;
}
.BgClassName
{
background-color: #FC4E2E;
}
</style>
border-color css
<style>
span { border-color: #FC4E2E; }
span { border-color: rgb(252,78,46); }
td.TdClassName
{
border-color: #FC4E2E;
}
.TagClassName
{
border-color: #FC4E2E;
}
</style>