Shades of International Orange #FC5203
Tints of International Orange #FC5203
RGB
CMYK
RGB Variations
Color information
#FC5203 (or 0xFC5203) is known color: International Orange. HEX triplet: FC, 52 and 03. RGB value is (252,82,3). Sum of RGB (Red+Green+Blue) = 252+82+3=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5203 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5203 is #03ADFC. Grayscale: #7C7C7C. Windows color (decimal): -241149 or 217852. OLE color: 217852.
HSL color Cylindrical-coordinate representation of color #FC5203: hue angle of 19.04º 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 #FC5203 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.01 |
| HSL | 19.04º | 0.98% | 0.5% | - |
| HSV(B) | 19.04º | 0.99% | 0.99% | - |
| XYZ | 43.18 | 26.74 | 2.97 | - |
| YUV | 123.82 | 59.82 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 3 | 0 | 0.67 | 0.99 | 0.01 | 19.04 | 0.98 | 0.5 |
| Hex | FC | 52 | 3 | 0 | 43 | 63 | 1 | 13 | 62 | 32 |
| Octal | 374 | 122 | 3 | 0 | 103 | 143 | 1 | 23 | 142 | 62 |
| Binary | 11111100 | 1010010 | 11 | 0 | 1000011 | 1100011 | 1 | 10011 | 1100010 | 110010 |
Color Harmonies of #FC5203
Complementary color
Monochromatic Colors of #FC5203
Black with #FC5203
Text Example
Text Example
White with #FC5203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5203; }
p { color: rgb(252,82,3); }
H1.HeaderClassName
{
color: #FC5203;
}
.AnyTagClassName
{
color: #FC5203;
}
</style>
background-color css
<style>
a { background-color: #FC5203; }
a { background-color: rgb(252,82,3); }
div.DivClassName
{
background-color: #FC5203;
}
.BgClassName
{
background-color: #FC5203;
}
</style>
border-color css
<style>
span { border-color: #FC5203; }
span { border-color: rgb(252,82,3); }
td.TdClassName
{
border-color: #FC5203;
}
.TagClassName
{
border-color: #FC5203;
}
</style>