Shades of Orange Red #FC4613
Tints of Orange Red #FC4613
RGB
CMYK
RGB Variations
Color information
#FC4613 (or 0xFC4613) is known color: Orange Red. HEX triplet: FC, 46 and 13. RGB value is (252,70,19). Sum of RGB (Red+Green+Blue) = 252+70+19=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4613 is #03B9EC. Grayscale: #767676. Windows color (decimal): -244205 or 1263356. OLE color: 1263356.
HSL color Cylindrical-coordinate representation of color #FC4613: hue angle of 13.13º 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 #FC4613 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 19 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.01 |
| HSL | 13.13º | 0.97% | 0.53% | - |
| HSV(B) | 13.13º | 0.92% | 0.99% | - |
| XYZ | 42.45 | 25.12 | 3.23 | - |
| YUV | 118.6 | 71.8 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 19 | 0 | 0.72 | 0.92 | 0.01 | 13.13 | 0.97 | 0.53 |
| Hex | FC | 46 | 13 | 0 | 48 | 5C | 1 | D | 61 | 35 |
| Octal | 374 | 106 | 23 | 0 | 110 | 134 | 1 | 15 | 141 | 65 |
| Binary | 11111100 | 1000110 | 10011 | 0 | 1001000 | 1011100 | 1 | 1101 | 1100001 | 110101 |
Color Harmonies of #FC4613
Complementary color
Monochromatic Colors of #FC4613
Black with #FC4613
Text Example
Text Example
White with #FC4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4613; }
p { color: rgb(252,70,19); }
H1.HeaderClassName
{
color: #FC4613;
}
.AnyTagClassName
{
color: #FC4613;
}
</style>
background-color css
<style>
a { background-color: #FC4613; }
a { background-color: rgb(252,70,19); }
div.DivClassName
{
background-color: #FC4613;
}
.BgClassName
{
background-color: #FC4613;
}
</style>
border-color css
<style>
span { border-color: #FC4613; }
span { border-color: rgb(252,70,19); }
td.TdClassName
{
border-color: #FC4613;
}
.TagClassName
{
border-color: #FC4613;
}
</style>