Shades of Orange Red #FC4113
Tints of Orange Red #FC4113
RGB
CMYK
RGB Variations
Color information
#FC4113 (or 0xFC4113) is known color: Orange Red. HEX triplet: FC, 41 and 13. RGB value is (252,65,19). Sum of RGB (Red+Green+Blue) = 252+65+19=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4113 is #03BEEC. Grayscale: #747474. Windows color (decimal): -245485 or 1262076. OLE color: 1262076.
HSL color Cylindrical-coordinate representation of color #FC4113: hue angle of 11.85º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC4113 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 19 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.01 |
| HSL | 11.85º | 0.97% | 0.53% | - |
| HSV(B) | 11.85º | 0.92% | 0.99% | - |
| XYZ | 42.15 | 24.52 | 3.13 | - |
| YUV | 115.67 | 73.45 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 19 | 0 | 0.74 | 0.92 | 0.01 | 11.85 | 0.97 | 0.53 |
| Hex | FC | 41 | 13 | 0 | 4A | 5C | 1 | C | 61 | 35 |
| Octal | 374 | 101 | 23 | 0 | 112 | 134 | 1 | 14 | 141 | 65 |
| Binary | 11111100 | 1000001 | 10011 | 0 | 1001010 | 1011100 | 1 | 1100 | 1100001 | 110101 |
Color Harmonies of #FC4113
Complementary color
Monochromatic Colors of #FC4113
Black with #FC4113
Text Example
Text Example
White with #FC4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4113; }
p { color: rgb(252,65,19); }
H1.HeaderClassName
{
color: #FC4113;
}
.AnyTagClassName
{
color: #FC4113;
}
</style>
background-color css
<style>
a { background-color: #FC4113; }
a { background-color: rgb(252,65,19); }
div.DivClassName
{
background-color: #FC4113;
}
.BgClassName
{
background-color: #FC4113;
}
</style>
border-color css
<style>
span { border-color: #FC4113; }
span { border-color: rgb(252,65,19); }
td.TdClassName
{
border-color: #FC4113;
}
.TagClassName
{
border-color: #FC4113;
}
</style>