Shades of International Orange #FC5302
Tints of International Orange #FC5302
RGB
CMYK
RGB Variations
Color information
#FC5302 (or 0xFC5302) is known color: International Orange. HEX triplet: FC, 53 and 02. RGB value is (252,83,2). Sum of RGB (Red+Green+Blue) = 252+83+2=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5302 is #03ACFD. Grayscale: #7C7C7C. Windows color (decimal): -240894 or 152572. OLE color: 152572.
HSL color Cylindrical-coordinate representation of color #FC5302: hue angle of 19.44º 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 #FC5302 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.01 |
| HSL | 19.44º | 0.98% | 0.5% | - |
| HSV(B) | 19.44º | 0.99% | 0.99% | - |
| XYZ | 43.25 | 26.89 | 2.97 | - |
| YUV | 124.3 | 58.99 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 2 | 0 | 0.67 | 0.99 | 0.01 | 19.44 | 0.98 | 0.5 |
| Hex | FC | 53 | 2 | 0 | 43 | 63 | 1 | 13 | 62 | 32 |
| Octal | 374 | 123 | 2 | 0 | 103 | 143 | 1 | 23 | 142 | 62 |
| Binary | 11111100 | 1010011 | 10 | 0 | 1000011 | 1100011 | 1 | 10011 | 1100010 | 110010 |
Color Harmonies of #FC5302
Complementary color
Monochromatic Colors of #FC5302
Black with #FC5302
Text Example
Text Example
White with #FC5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5302; }
p { color: rgb(252,83,2); }
H1.HeaderClassName
{
color: #FC5302;
}
.AnyTagClassName
{
color: #FC5302;
}
</style>
background-color css
<style>
a { background-color: #FC5302; }
a { background-color: rgb(252,83,2); }
div.DivClassName
{
background-color: #FC5302;
}
.BgClassName
{
background-color: #FC5302;
}
</style>
border-color css
<style>
span { border-color: #FC5302; }
span { border-color: rgb(252,83,2); }
td.TdClassName
{
border-color: #FC5302;
}
.TagClassName
{
border-color: #FC5302;
}
</style>