Shades of Orange Red #FC4605
Tints of Orange Red #FC4605
RGB
CMYK
RGB Variations
Color information
#FC4605 (or 0xFC4605) is known color: Orange Red. HEX triplet: FC, 46 and 05. RGB value is (252,70,5). Sum of RGB (Red+Green+Blue) = 252+70+5=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4605 is #03B9FA. Grayscale: #757575. Windows color (decimal): -244219 or 345852. OLE color: 345852.
HSL color Cylindrical-coordinate representation of color #FC4605: hue angle of 15.79º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC4605 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.01 |
| HSL | 15.79º | 0.98% | 0.5% | - |
| HSV(B) | 15.79º | 0.98% | 0.99% | - |
| XYZ | 42.36 | 25.09 | 2.75 | - |
| YUV | 117.01 | 64.8 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 5 | 0 | 0.72 | 0.98 | 0.01 | 15.79 | 0.98 | 0.5 |
| Hex | FC | 46 | 5 | 0 | 48 | 62 | 1 | 10 | 62 | 32 |
| Octal | 374 | 106 | 5 | 0 | 110 | 142 | 1 | 20 | 142 | 62 |
| Binary | 11111100 | 1000110 | 101 | 0 | 1001000 | 1100010 | 1 | 10000 | 1100010 | 110010 |
Color Harmonies of #FC4605
Complementary color
Monochromatic Colors of #FC4605
Black with #FC4605
Text Example
Text Example
White with #FC4605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4605; }
p { color: rgb(252,70,5); }
H1.HeaderClassName
{
color: #FC4605;
}
.AnyTagClassName
{
color: #FC4605;
}
</style>
background-color css
<style>
a { background-color: #FC4605; }
a { background-color: rgb(252,70,5); }
div.DivClassName
{
background-color: #FC4605;
}
.BgClassName
{
background-color: #FC4605;
}
</style>
border-color css
<style>
span { border-color: #FC4605; }
span { border-color: rgb(252,70,5); }
td.TdClassName
{
border-color: #FC4605;
}
.TagClassName
{
border-color: #FC4605;
}
</style>