Shades of International Orange #FC5304
Tints of International Orange #FC5304
RGB
CMYK
RGB Variations
Color information
#FC5304 (or 0xFC5304) is known color: International Orange. HEX triplet: FC, 53 and 04. RGB value is (252,83,4). Sum of RGB (Red+Green+Blue) = 252+83+4=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5304 is #03ACFB. Grayscale: #7D7D7D. Windows color (decimal): -240892 or 283644. OLE color: 283644.
HSL color Cylindrical-coordinate representation of color #FC5304: hue angle of 19.11º 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 #FC5304 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.01 |
| HSL | 19.11º | 0.98% | 0.5% | - |
| HSV(B) | 19.11º | 0.98% | 0.99% | - |
| XYZ | 43.26 | 26.89 | 3.03 | - |
| YUV | 124.53 | 59.99 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 4 | 0 | 0.67 | 0.98 | 0.01 | 19.11 | 0.98 | 0.5 |
| Hex | FC | 53 | 4 | 0 | 43 | 62 | 1 | 13 | 62 | 32 |
| Octal | 374 | 123 | 4 | 0 | 103 | 142 | 1 | 23 | 142 | 62 |
| Binary | 11111100 | 1010011 | 100 | 0 | 1000011 | 1100010 | 1 | 10011 | 1100010 | 110010 |
Color Harmonies of #FC5304
Complementary color
Monochromatic Colors of #FC5304
Black with #FC5304
Text Example
Text Example
White with #FC5304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5304; }
p { color: rgb(252,83,4); }
H1.HeaderClassName
{
color: #FC5304;
}
.AnyTagClassName
{
color: #FC5304;
}
</style>
background-color css
<style>
a { background-color: #FC5304; }
a { background-color: rgb(252,83,4); }
div.DivClassName
{
background-color: #FC5304;
}
.BgClassName
{
background-color: #FC5304;
}
</style>
border-color css
<style>
span { border-color: #FC5304; }
span { border-color: rgb(252,83,4); }
td.TdClassName
{
border-color: #FC5304;
}
.TagClassName
{
border-color: #FC5304;
}
</style>