Shades of Orange Red #FC4503
Tints of Orange Red #FC4503
RGB
CMYK
RGB Variations
Color information
#FC4503 (or 0xFC4503) is known color: Orange Red. HEX triplet: FC, 45 and 03. RGB value is (252,69,3). Sum of RGB (Red+Green+Blue) = 252+69+3=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4503 is #03BAFC. Grayscale: #747474. Windows color (decimal): -244477 or 214524. OLE color: 214524.
HSL color Cylindrical-coordinate representation of color #FC4503: hue angle of 15.9º 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 #FC4503 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 3 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.01 |
| HSL | 15.9º | 0.98% | 0.5% | - |
| HSV(B) | 15.9º | 0.99% | 0.99% | - |
| XYZ | 42.29 | 24.96 | 2.67 | - |
| YUV | 116.19 | 64.13 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 3 | 0 | 0.73 | 0.99 | 0.01 | 15.9 | 0.98 | 0.5 |
| Hex | FC | 45 | 3 | 0 | 49 | 63 | 1 | 10 | 62 | 32 |
| Octal | 374 | 105 | 3 | 0 | 111 | 143 | 1 | 20 | 142 | 62 |
| Binary | 11111100 | 1000101 | 11 | 0 | 1001001 | 1100011 | 1 | 10000 | 1100010 | 110010 |
Color Harmonies of #FC4503
Complementary color
Monochromatic Colors of #FC4503
Black with #FC4503
Text Example
Text Example
White with #FC4503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4503; }
p { color: rgb(252,69,3); }
H1.HeaderClassName
{
color: #FC4503;
}
.AnyTagClassName
{
color: #FC4503;
}
</style>
background-color css
<style>
a { background-color: #FC4503; }
a { background-color: rgb(252,69,3); }
div.DivClassName
{
background-color: #FC4503;
}
.BgClassName
{
background-color: #FC4503;
}
</style>
border-color css
<style>
span { border-color: #FC4503; }
span { border-color: rgb(252,69,3); }
td.TdClassName
{
border-color: #FC4503;
}
.TagClassName
{
border-color: #FC4503;
}
</style>