Shades of International Orange #FC5908
Tints of International Orange #FC5908
RGB
CMYK
RGB Variations
Color information
#FC5908 (or 0xFC5908) is known color: International Orange. HEX triplet: FC, 59 and 08. RGB value is (252,89,8). Sum of RGB (Red+Green+Blue) = 252+89+8=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5908 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5908 is #03A6F7. Grayscale: #808080. Windows color (decimal): -239352 or 547324. OLE color: 547324.
HSL color Cylindrical-coordinate representation of color #FC5908: hue angle of 19.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC5908 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 8 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.01 |
| HSL | 19.92º | 0.98% | 0.51% | - |
| HSV(B) | 19.92º | 0.97% | 0.99% | - |
| XYZ | 43.76 | 27.86 | 3.3 | - |
| YUV | 128.5 | 60 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 8 | 0 | 0.65 | 0.97 | 0.01 | 19.92 | 0.98 | 0.51 |
| Hex | FC | 59 | 8 | 0 | 41 | 61 | 1 | 14 | 62 | 33 |
| Octal | 374 | 131 | 10 | 0 | 101 | 141 | 1 | 24 | 142 | 63 |
| Binary | 11111100 | 1011001 | 1000 | 0 | 1000001 | 1100001 | 1 | 10100 | 1100010 | 110011 |
Color Harmonies of #FC5908
Complementary color
Monochromatic Colors of #FC5908
Black with #FC5908
Text Example
Text Example
White with #FC5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5908; }
p { color: rgb(252,89,8); }
H1.HeaderClassName
{
color: #FC5908;
}
.AnyTagClassName
{
color: #FC5908;
}
</style>
background-color css
<style>
a { background-color: #FC5908; }
a { background-color: rgb(252,89,8); }
div.DivClassName
{
background-color: #FC5908;
}
.BgClassName
{
background-color: #FC5908;
}
</style>
border-color css
<style>
span { border-color: #FC5908; }
span { border-color: rgb(252,89,8); }
td.TdClassName
{
border-color: #FC5908;
}
.TagClassName
{
border-color: #FC5908;
}
</style>