Shades of International Orange #FC5903
Tints of International Orange #FC5903
RGB
CMYK
RGB Variations
Color information
#FC5903 (or 0xFC5903) is known color: International Orange. HEX triplet: FC, 59 and 03. RGB value is (252,89,3). Sum of RGB (Red+Green+Blue) = 252+89+3=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5903 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5903 is #03A6FC. Grayscale: #808080. Windows color (decimal): -239357 or 219644. OLE color: 219644.
HSL color Cylindrical-coordinate representation of color #FC5903: hue angle of 20.72º 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 #FC5903 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.01 |
| HSL | 20.72º | 0.98% | 0.5% | - |
| HSV(B) | 20.72º | 0.99% | 0.99% | - |
| XYZ | 43.73 | 27.85 | 3.16 | - |
| YUV | 127.93 | 57.5 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 3 | 0 | 0.65 | 0.99 | 0.01 | 20.72 | 0.98 | 0.5 |
| Hex | FC | 59 | 3 | 0 | 41 | 63 | 1 | 15 | 62 | 32 |
| Octal | 374 | 131 | 3 | 0 | 101 | 143 | 1 | 25 | 142 | 62 |
| Binary | 11111100 | 1011001 | 11 | 0 | 1000001 | 1100011 | 1 | 10101 | 1100010 | 110010 |
Color Harmonies of #FC5903
Complementary color
Monochromatic Colors of #FC5903
Black with #FC5903
Text Example
Text Example
White with #FC5903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5903; }
p { color: rgb(252,89,3); }
H1.HeaderClassName
{
color: #FC5903;
}
.AnyTagClassName
{
color: #FC5903;
}
</style>
background-color css
<style>
a { background-color: #FC5903; }
a { background-color: rgb(252,89,3); }
div.DivClassName
{
background-color: #FC5903;
}
.BgClassName
{
background-color: #FC5903;
}
</style>
border-color css
<style>
span { border-color: #FC5903; }
span { border-color: rgb(252,89,3); }
td.TdClassName
{
border-color: #FC5903;
}
.TagClassName
{
border-color: #FC5903;
}
</style>