Shades of International Orange #FC5301
Tints of International Orange #FC5301
RGB
CMYK
RGB Variations
Color information
#FC5301 (or 0xFC5301) is known color: International Orange. HEX triplet: FC, 53 and 01. RGB value is (252,83,1). Sum of RGB (Red+Green+Blue) = 252+83+1=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5301 is #03ACFE. Grayscale: #7C7C7C. Windows color (decimal): -240895 or 87036. OLE color: 87036.
HSL color Cylindrical-coordinate representation of color #FC5301: hue angle of 19.6º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC5301 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.01 |
| HSL | 19.6º | 0.99% | 0.5% | - |
| HSV(B) | 19.6º | 1% | 0.99% | - |
| XYZ | 43.24 | 26.88 | 2.94 | - |
| YUV | 124.18 | 58.49 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 1 | 0 | 0.67 | 1.00 | 0.01 | 19.6 | 0.99 | 0.5 |
| Hex | FC | 53 | 1 | 0 | 43 | 64 | 1 | 14 | 63 | 32 |
| Octal | 374 | 123 | 1 | 0 | 103 | 144 | 1 | 24 | 143 | 62 |
| Binary | 11111100 | 1010011 | 1 | 0 | 1000011 | 1100100 | 1 | 10100 | 1100011 | 110010 |
Color Harmonies of #FC5301
Complementary color
Monochromatic Colors of #FC5301
Black with #FC5301
Text Example
Text Example
White with #FC5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5301; }
p { color: rgb(252,83,1); }
H1.HeaderClassName
{
color: #FC5301;
}
.AnyTagClassName
{
color: #FC5301;
}
</style>
background-color css
<style>
a { background-color: #FC5301; }
a { background-color: rgb(252,83,1); }
div.DivClassName
{
background-color: #FC5301;
}
.BgClassName
{
background-color: #FC5301;
}
</style>
border-color css
<style>
span { border-color: #FC5301; }
span { border-color: rgb(252,83,1); }
td.TdClassName
{
border-color: #FC5301;
}
.TagClassName
{
border-color: #FC5301;
}
</style>