Shades of Red Orange #FC4E2C
Tints of Red Orange #FC4E2C
RGB
CMYK
RGB Variations
Color information
#FC4E2C (or 0xFC4E2C) is known color: Red Orange. HEX triplet: FC, 4E and 2C. RGB value is (252,78,44). Sum of RGB (Red+Green+Blue) = 252+78+44=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4E2C is #03B1D3. Grayscale: #7E7E7E. Windows color (decimal): -242132 or 2903804. OLE color: 2903804.
HSL color Cylindrical-coordinate representation of color #FC4E2C: hue angle of 9.81º 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 #FC4E2C is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 44 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.01 |
| HSL | 9.81º | 0.97% | 0.58% | - |
| HSV(B) | 9.81º | 0.83% | 0.99% | - |
| XYZ | 43.32 | 26.33 | 5.18 | - |
| YUV | 126.15 | 81.65 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 44 | 0 | 0.69 | 0.83 | 0.01 | 9.81 | 0.97 | 0.58 |
| Hex | FC | 4E | 2C | 0 | 45 | 53 | 1 | A | 61 | 3A |
| Octal | 374 | 116 | 54 | 0 | 105 | 123 | 1 | 12 | 141 | 72 |
| Binary | 11111100 | 1001110 | 101100 | 0 | 1000101 | 1010011 | 1 | 1010 | 1100001 | 111010 |
Color Harmonies of #FC4E2C
Complementary color
Monochromatic Colors of #FC4E2C
Black with #FC4E2C
Text Example
Text Example
White with #FC4E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E2C; }
p { color: rgb(252,78,44); }
H1.HeaderClassName
{
color: #FC4E2C;
}
.AnyTagClassName
{
color: #FC4E2C;
}
</style>
background-color css
<style>
a { background-color: #FC4E2C; }
a { background-color: rgb(252,78,44); }
div.DivClassName
{
background-color: #FC4E2C;
}
.BgClassName
{
background-color: #FC4E2C;
}
</style>
border-color css
<style>
span { border-color: #FC4E2C; }
span { border-color: rgb(252,78,44); }
td.TdClassName
{
border-color: #FC4E2C;
}
.TagClassName
{
border-color: #FC4E2C;
}
</style>