Shades of Orange Red #FC4111
Tints of Orange Red #FC4111
RGB
CMYK
RGB Variations
Color information
#FC4111 (or 0xFC4111) is known color: Orange Red. HEX triplet: FC, 41 and 11. RGB value is (252,65,17). Sum of RGB (Red+Green+Blue) = 252+65+17=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4111 is #03BEEE. Grayscale: #737373. Windows color (decimal): -245487 or 1131004. OLE color: 1131004.
HSL color Cylindrical-coordinate representation of color #FC4111: hue angle of 12.26º 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 #FC4111 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 17 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.01 |
| HSL | 12.26º | 0.98% | 0.53% | - |
| HSV(B) | 12.26º | 0.93% | 0.99% | - |
| XYZ | 42.14 | 24.52 | 3.04 | - |
| YUV | 115.44 | 72.45 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 17 | 0 | 0.74 | 0.93 | 0.01 | 12.26 | 0.98 | 0.53 |
| Hex | FC | 41 | 11 | 0 | 4A | 5D | 1 | C | 62 | 35 |
| Octal | 374 | 101 | 21 | 0 | 112 | 135 | 1 | 14 | 142 | 65 |
| Binary | 11111100 | 1000001 | 10001 | 0 | 1001010 | 1011101 | 1 | 1100 | 1100010 | 110101 |
Color Harmonies of #FC4111
Complementary color
Monochromatic Colors of #FC4111
Black with #FC4111
Text Example
Text Example
White with #FC4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4111; }
p { color: rgb(252,65,17); }
H1.HeaderClassName
{
color: #FC4111;
}
.AnyTagClassName
{
color: #FC4111;
}
</style>
background-color css
<style>
a { background-color: #FC4111; }
a { background-color: rgb(252,65,17); }
div.DivClassName
{
background-color: #FC4111;
}
.BgClassName
{
background-color: #FC4111;
}
</style>
border-color css
<style>
span { border-color: #FC4111; }
span { border-color: rgb(252,65,17); }
td.TdClassName
{
border-color: #FC4111;
}
.TagClassName
{
border-color: #FC4111;
}
</style>