Shades of Orange Red #FC4603
Tints of Orange Red #FC4603
RGB
CMYK
RGB Variations
Color information
#FC4603 (or 0xFC4603) is known color: Orange Red. HEX triplet: FC, 46 and 03. RGB value is (252,70,3). Sum of RGB (Red+Green+Blue) = 252+70+3=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4603 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4603 is #03B9FC. Grayscale: #757575. Windows color (decimal): -244221 or 214780. OLE color: 214780.
HSL color Cylindrical-coordinate representation of color #FC4603: hue angle of 16.14º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC4603 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 3 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.01 |
| HSL | 16.14º | 0.98% | 0.5% | - |
| HSV(B) | 16.14º | 0.99% | 0.99% | - |
| XYZ | 42.35 | 25.08 | 2.7 | - |
| YUV | 116.78 | 63.8 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 3 | 0 | 0.72 | 0.99 | 0.01 | 16.14 | 0.98 | 0.5 |
| Hex | FC | 46 | 3 | 0 | 48 | 63 | 1 | 10 | 62 | 32 |
| Octal | 374 | 106 | 3 | 0 | 110 | 143 | 1 | 20 | 142 | 62 |
| Binary | 11111100 | 1000110 | 11 | 0 | 1001000 | 1100011 | 1 | 10000 | 1100010 | 110010 |
Color Harmonies of #FC4603
Complementary color
Monochromatic Colors of #FC4603
Black with #FC4603
Text Example
Text Example
White with #FC4603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4603; }
p { color: rgb(252,70,3); }
H1.HeaderClassName
{
color: #FC4603;
}
.AnyTagClassName
{
color: #FC4603;
}
</style>
background-color css
<style>
a { background-color: #FC4603; }
a { background-color: rgb(252,70,3); }
div.DivClassName
{
background-color: #FC4603;
}
.BgClassName
{
background-color: #FC4603;
}
</style>
border-color css
<style>
span { border-color: #FC4603; }
span { border-color: rgb(252,70,3); }
td.TdClassName
{
border-color: #FC4603;
}
.TagClassName
{
border-color: #FC4603;
}
</style>