Shades of Red Orange #FC4024
Tints of Red Orange #FC4024
RGB
CMYK
RGB Variations
Color information
#FC4024 (or 0xFC4024) is known color: Red Orange. HEX triplet: FC, 40 and 24. RGB value is (252,64,36). Sum of RGB (Red+Green+Blue) = 252+64+36=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4024 is #03BFDB. Grayscale: #757575. Windows color (decimal): -245724 or 2375932. OLE color: 2375932.
HSL color Cylindrical-coordinate representation of color #FC4024: hue angle of 7.78º 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 #FC4024 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 36 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.01 |
| HSL | 7.78º | 0.97% | 0.56% | - |
| HSV(B) | 7.78º | 0.86% | 0.99% | - |
| XYZ | 42.3 | 24.49 | 4.17 | - |
| YUV | 117.02 | 82.28 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 36 | 0 | 0.75 | 0.86 | 0.01 | 7.78 | 0.97 | 0.56 |
| Hex | FC | 40 | 24 | 0 | 4B | 56 | 1 | 8 | 61 | 38 |
| Octal | 374 | 100 | 44 | 0 | 113 | 126 | 1 | 10 | 141 | 70 |
| Binary | 11111100 | 1000000 | 100100 | 0 | 1001011 | 1010110 | 1 | 1000 | 1100001 | 111000 |
Color Harmonies of #FC4024
Complementary color
Monochromatic Colors of #FC4024
Black with #FC4024
Text Example
Text Example
White with #FC4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4024; }
p { color: rgb(252,64,36); }
H1.HeaderClassName
{
color: #FC4024;
}
.AnyTagClassName
{
color: #FC4024;
}
</style>
background-color css
<style>
a { background-color: #FC4024; }
a { background-color: rgb(252,64,36); }
div.DivClassName
{
background-color: #FC4024;
}
.BgClassName
{
background-color: #FC4024;
}
</style>
border-color css
<style>
span { border-color: #FC4024; }
span { border-color: rgb(252,64,36); }
td.TdClassName
{
border-color: #FC4024;
}
.TagClassName
{
border-color: #FC4024;
}
</style>