Shades of International Orange #FC5400
Tints of International Orange #FC5400
RGB
CMYK
RGB Variations
Color information
#FC5400 (or 0xFC5400) is known color: International Orange. HEX triplet: FC, 54 and 00. RGB value is (252,84,0). Sum of RGB (Red+Green+Blue) = 252+84+0=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5400 is #03ABFF. Grayscale: #7D7D7D. Windows color (decimal): -240640 or 21756. OLE color: 21756.
HSL color Cylindrical-coordinate representation of color #FC5400: hue angle of 20º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC5400 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.01 |
| HSL | 20º | 1% | 0.49% | - |
| HSV(B) | 20º | 1% | 0.99% | - |
| XYZ | 43.32 | 27.04 | 2.94 | - |
| YUV | 124.66 | 57.66 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 0 | 0 | 0.67 | 1 | 0.01 | 20 | 1 | 0.49 |
| Hex | FC | 54 | 0 | 0 | 43 | 64 | 1 | 14 | 64 | 31 |
| Octal | 374 | 124 | 0 | 0 | 103 | 144 | 1 | 24 | 144 | 61 |
| Binary | 11111100 | 1010100 | 0 | 0 | 1000011 | 1100100 | 1 | 10100 | 1100100 | 110001 |
Color Harmonies of #FC5400
Complementary color
Monochromatic Colors of #FC5400
Black with #FC5400
Text Example
Text Example
White with #FC5400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5400; }
p { color: rgb(252,84,0); }
H1.HeaderClassName
{
color: #FC5400;
}
.AnyTagClassName
{
color: #FC5400;
}
</style>
background-color css
<style>
a { background-color: #FC5400; }
a { background-color: rgb(252,84,0); }
div.DivClassName
{
background-color: #FC5400;
}
.BgClassName
{
background-color: #FC5400;
}
</style>
border-color css
<style>
span { border-color: #FC5400; }
span { border-color: rgb(252,84,0); }
td.TdClassName
{
border-color: #FC5400;
}
.TagClassName
{
border-color: #FC5400;
}
</style>