Shades of Red Orange #FC4824
Tints of Red Orange #FC4824
RGB
CMYK
RGB Variations
Color information
#FC4824 (or 0xFC4824) is known color: Red Orange. HEX triplet: FC, 48 and 24. RGB value is (252,72,36). Sum of RGB (Red+Green+Blue) = 252+72+36=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4824 is #03B7DB. Grayscale: #7A7A7A. Windows color (decimal): -243676 or 2377980. OLE color: 2377980.
HSL color Cylindrical-coordinate representation of color #FC4824: hue angle of 10º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC4824 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 72 | 36 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.01 |
| HSL | 10º | 0.97% | 0.56% | - |
| HSV(B) | 10º | 0.86% | 0.99% | - |
| XYZ | 42.78 | 25.46 | 4.33 | - |
| YUV | 121.72 | 79.63 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 72 | 36 | 0 | 0.71 | 0.86 | 0.01 | 10 | 0.97 | 0.56 |
| Hex | FC | 48 | 24 | 0 | 47 | 56 | 1 | A | 61 | 38 |
| Octal | 374 | 110 | 44 | 0 | 107 | 126 | 1 | 12 | 141 | 70 |
| Binary | 11111100 | 1001000 | 100100 | 0 | 1000111 | 1010110 | 1 | 1010 | 1100001 | 111000 |
Color Harmonies of #FC4824
Complementary color
Monochromatic Colors of #FC4824
Black with #FC4824
Text Example
Text Example
White with #FC4824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4824; }
p { color: rgb(252,72,36); }
H1.HeaderClassName
{
color: #FC4824;
}
.AnyTagClassName
{
color: #FC4824;
}
</style>
background-color css
<style>
a { background-color: #FC4824; }
a { background-color: rgb(252,72,36); }
div.DivClassName
{
background-color: #FC4824;
}
.BgClassName
{
background-color: #FC4824;
}
</style>
border-color css
<style>
span { border-color: #FC4824; }
span { border-color: rgb(252,72,36); }
td.TdClassName
{
border-color: #FC4824;
}
.TagClassName
{
border-color: #FC4824;
}
</style>