Shades of Orange Red #FC4118
Tints of Orange Red #FC4118
RGB
CMYK
RGB Variations
Color information
#FC4118 (or 0xFC4118) is known color: Orange Red. HEX triplet: FC, 41 and 18. RGB value is (252,65,24). Sum of RGB (Red+Green+Blue) = 252+65+24=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4118 is #03BEE7. Grayscale: #747474. Windows color (decimal): -245480 or 1589756. OLE color: 1589756.
HSL color Cylindrical-coordinate representation of color #FC4118: hue angle of 10.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC4118 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 24 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.01 |
| HSL | 10.79º | 0.97% | 0.54% | - |
| HSV(B) | 10.79º | 0.9% | 0.99% | - |
| XYZ | 42.2 | 24.54 | 3.38 | - |
| YUV | 116.24 | 75.95 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 24 | 0 | 0.74 | 0.90 | 0.01 | 10.79 | 0.97 | 0.54 |
| Hex | FC | 41 | 18 | 0 | 4A | 5A | 1 | B | 61 | 36 |
| Octal | 374 | 101 | 30 | 0 | 112 | 132 | 1 | 13 | 141 | 66 |
| Binary | 11111100 | 1000001 | 11000 | 0 | 1001010 | 1011010 | 1 | 1011 | 1100001 | 110110 |
Color Harmonies of #FC4118
Complementary color
Monochromatic Colors of #FC4118
Black with #FC4118
Text Example
Text Example
White with #FC4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4118; }
p { color: rgb(252,65,24); }
H1.HeaderClassName
{
color: #FC4118;
}
.AnyTagClassName
{
color: #FC4118;
}
</style>
background-color css
<style>
a { background-color: #FC4118; }
a { background-color: rgb(252,65,24); }
div.DivClassName
{
background-color: #FC4118;
}
.BgClassName
{
background-color: #FC4118;
}
</style>
border-color css
<style>
span { border-color: #FC4118; }
span { border-color: rgb(252,65,24); }
td.TdClassName
{
border-color: #FC4118;
}
.TagClassName
{
border-color: #FC4118;
}
</style>