Shades of Orange Red #FC4112
Tints of Orange Red #FC4112
RGB
CMYK
RGB Variations
Color information
#FC4112 (or 0xFC4112) is known color: Orange Red. HEX triplet: FC, 41 and 12. RGB value is (252,65,18). Sum of RGB (Red+Green+Blue) = 252+65+18=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4112 is #03BEED. Grayscale: #737373. Windows color (decimal): -245486 or 1196540. OLE color: 1196540.
HSL color Cylindrical-coordinate representation of color #FC4112: hue angle of 12.05º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC4112 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 18 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.01 |
| HSL | 12.05º | 0.98% | 0.53% | - |
| HSV(B) | 12.05º | 0.93% | 0.99% | - |
| XYZ | 42.14 | 24.52 | 3.08 | - |
| YUV | 115.56 | 72.95 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 18 | 0 | 0.74 | 0.93 | 0.01 | 12.05 | 0.98 | 0.53 |
| Hex | FC | 41 | 12 | 0 | 4A | 5D | 1 | C | 62 | 35 |
| Octal | 374 | 101 | 22 | 0 | 112 | 135 | 1 | 14 | 142 | 65 |
| Binary | 11111100 | 1000001 | 10010 | 0 | 1001010 | 1011101 | 1 | 1100 | 1100010 | 110101 |
Color Harmonies of #FC4112
Complementary color
Monochromatic Colors of #FC4112
Black with #FC4112
Text Example
Text Example
White with #FC4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4112; }
p { color: rgb(252,65,18); }
H1.HeaderClassName
{
color: #FC4112;
}
.AnyTagClassName
{
color: #FC4112;
}
</style>
background-color css
<style>
a { background-color: #FC4112; }
a { background-color: rgb(252,65,18); }
div.DivClassName
{
background-color: #FC4112;
}
.BgClassName
{
background-color: #FC4112;
}
</style>
border-color css
<style>
span { border-color: #FC4112; }
span { border-color: rgb(252,65,18); }
td.TdClassName
{
border-color: #FC4112;
}
.TagClassName
{
border-color: #FC4112;
}
</style>