Shades of International Orange #FC5705
Tints of International Orange #FC5705
RGB
CMYK
RGB Variations
Color information
#FC5705 (or 0xFC5705) is known color: International Orange. HEX triplet: FC, 57 and 05. RGB value is (252,87,5). Sum of RGB (Red+Green+Blue) = 252+87+5=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5705 is #03A8FA. Grayscale: #7F7F7F. Windows color (decimal): -239867 or 350204. OLE color: 350204.
HSL color Cylindrical-coordinate representation of color #FC5705: hue angle of 19.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC5705 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.01 |
| HSL | 19.92º | 0.98% | 0.5% | - |
| HSV(B) | 19.92º | 0.98% | 0.99% | - |
| XYZ | 43.58 | 27.52 | 3.16 | - |
| YUV | 126.99 | 59.16 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 5 | 0 | 0.65 | 0.98 | 0.01 | 19.92 | 0.98 | 0.5 |
| Hex | FC | 57 | 5 | 0 | 41 | 62 | 1 | 14 | 62 | 32 |
| Octal | 374 | 127 | 5 | 0 | 101 | 142 | 1 | 24 | 142 | 62 |
| Binary | 11111100 | 1010111 | 101 | 0 | 1000001 | 1100010 | 1 | 10100 | 1100010 | 110010 |
Color Harmonies of #FC5705
Complementary color
Monochromatic Colors of #FC5705
Black with #FC5705
Text Example
Text Example
White with #FC5705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5705; }
p { color: rgb(252,87,5); }
H1.HeaderClassName
{
color: #FC5705;
}
.AnyTagClassName
{
color: #FC5705;
}
</style>
background-color css
<style>
a { background-color: #FC5705; }
a { background-color: rgb(252,87,5); }
div.DivClassName
{
background-color: #FC5705;
}
.BgClassName
{
background-color: #FC5705;
}
</style>
border-color css
<style>
span { border-color: #FC5705; }
span { border-color: rgb(252,87,5); }
td.TdClassName
{
border-color: #FC5705;
}
.TagClassName
{
border-color: #FC5705;
}
</style>