Shades of International Orange #FC5603
Tints of International Orange #FC5603
RGB
CMYK
RGB Variations
Color information
#FC5603 (or 0xFC5603) is known color: International Orange. HEX triplet: FC, 56 and 03. RGB value is (252,86,3). Sum of RGB (Red+Green+Blue) = 252+86+3=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5603 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5603 is #03A9FC. Grayscale: #7E7E7E. Windows color (decimal): -240125 or 218876. OLE color: 218876.
HSL color Cylindrical-coordinate representation of color #FC5603: hue angle of 20º 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 #FC5603 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 3 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.01 |
| HSL | 20º | 0.98% | 0.5% | - |
| HSV(B) | 20º | 0.99% | 0.99% | - |
| XYZ | 43.49 | 27.36 | 3.07 | - |
| YUV | 126.17 | 58.5 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 3 | 0 | 0.66 | 0.99 | 0.01 | 20 | 0.98 | 0.5 |
| Hex | FC | 56 | 3 | 0 | 42 | 63 | 1 | 14 | 62 | 32 |
| Octal | 374 | 126 | 3 | 0 | 102 | 143 | 1 | 24 | 142 | 62 |
| Binary | 11111100 | 1010110 | 11 | 0 | 1000010 | 1100011 | 1 | 10100 | 1100010 | 110010 |
Color Harmonies of #FC5603
Complementary color
Monochromatic Colors of #FC5603
Black with #FC5603
Text Example
Text Example
White with #FC5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5603; }
p { color: rgb(252,86,3); }
H1.HeaderClassName
{
color: #FC5603;
}
.AnyTagClassName
{
color: #FC5603;
}
</style>
background-color css
<style>
a { background-color: #FC5603; }
a { background-color: rgb(252,86,3); }
div.DivClassName
{
background-color: #FC5603;
}
.BgClassName
{
background-color: #FC5603;
}
</style>
border-color css
<style>
span { border-color: #FC5603; }
span { border-color: rgb(252,86,3); }
td.TdClassName
{
border-color: #FC5603;
}
.TagClassName
{
border-color: #FC5603;
}
</style>