Shades of International Orange #FC5103
Tints of International Orange #FC5103
RGB
CMYK
RGB Variations
Color information
#FC5103 (or 0xFC5103) is known color: International Orange. HEX triplet: FC, 51 and 03. RGB value is (252,81,3). Sum of RGB (Red+Green+Blue) = 252+81+3=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5103 is #03AEFC. Grayscale: #7B7B7B. Windows color (decimal): -241405 or 217596. OLE color: 217596.
HSL color Cylindrical-coordinate representation of color #FC5103: hue angle of 18.8º 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 #FC5103 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.01 |
| HSL | 18.8º | 0.98% | 0.5% | - |
| HSV(B) | 18.8º | 0.99% | 0.99% | - |
| XYZ | 43.1 | 26.59 | 2.95 | - |
| YUV | 123.24 | 60.15 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 3 | 0 | 0.68 | 0.99 | 0.01 | 18.8 | 0.98 | 0.5 |
| Hex | FC | 51 | 3 | 0 | 44 | 63 | 1 | 13 | 62 | 32 |
| Octal | 374 | 121 | 3 | 0 | 104 | 143 | 1 | 23 | 142 | 62 |
| Binary | 11111100 | 1010001 | 11 | 0 | 1000100 | 1100011 | 1 | 10011 | 1100010 | 110010 |
Color Harmonies of #FC5103
Complementary color
Monochromatic Colors of #FC5103
Black with #FC5103
Text Example
Text Example
White with #FC5103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5103; }
p { color: rgb(252,81,3); }
H1.HeaderClassName
{
color: #FC5103;
}
.AnyTagClassName
{
color: #FC5103;
}
</style>
background-color css
<style>
a { background-color: #FC5103; }
a { background-color: rgb(252,81,3); }
div.DivClassName
{
background-color: #FC5103;
}
.BgClassName
{
background-color: #FC5103;
}
</style>
border-color css
<style>
span { border-color: #FC5103; }
span { border-color: rgb(252,81,3); }
td.TdClassName
{
border-color: #FC5103;
}
.TagClassName
{
border-color: #FC5103;
}
</style>