Html Css Color HEX #FC5512 International Orange
📋 copy color: '#FC5512'red 252 ◦ green 85 ◦ blue 18
Shades of International Orange #FC5512
Tints of International Orange #FC5512
RGB
CMYK
RGB Variations
Color information
#FC5512 (or 0xFC5512) is known color: International Orange. HEX triplet: FC, 55 and 12. RGB value is (252,85,18). Sum of RGB (Red+Green+Blue) = 252+85+18=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5512 is #03AAED. Grayscale: #7F7F7F. Windows color (decimal): -240366 or 1201660. OLE color: 1201660.
HSL color Cylindrical-coordinate representation of color #FC5512: hue angle of 17.18º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC5512 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 18 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.01 |
| HSL | 17.18º | 0.98% | 0.53% | - |
| HSV(B) | 17.18º | 0.93% | 0.99% | - |
| XYZ | 43.5 | 27.24 | 3.54 | - |
| YUV | 127.3 | 66.33 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 18 | 0 | 0.66 | 0.93 | 0.01 | 17.18 | 0.98 | 0.53 |
| Hex | FC | 55 | 12 | 0 | 42 | 5D | 1 | 11 | 62 | 35 |
| Octal | 374 | 125 | 22 | 0 | 102 | 135 | 1 | 21 | 142 | 65 |
| Binary | 11111100 | 1010101 | 10010 | 0 | 1000010 | 1011101 | 1 | 10001 | 1100010 | 110101 |
Color Harmonies of #FC5512
Complementary color
Monochromatic Colors of #FC5512
Black with #FC5512
Text Example
Text Example
White with #FC5512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5512; }
p { color: rgb(252,85,18); }
H1.HeaderClassName
{
color: #FC5512;
}
.AnyTagClassName
{
color: #FC5512;
}
</style>
background-color css
<style>
a { background-color: #FC5512; }
a { background-color: rgb(252,85,18); }
div.DivClassName
{
background-color: #FC5512;
}
.BgClassName
{
background-color: #FC5512;
}
</style>
border-color css
<style>
span { border-color: #FC5512; }
span { border-color: rgb(252,85,18); }
td.TdClassName
{
border-color: #FC5512;
}
.TagClassName
{
border-color: #FC5512;
}
</style>