Html Css Color HEX #FC5A17 International Orange
📋 copy color: '#FC5A17'red 252 ◦ green 90 ◦ blue 23
Shades of International Orange #FC5A17
Tints of International Orange #FC5A17
RGB
CMYK
RGB Variations
Color information
#FC5A17 (or 0xFC5A17) is known color: International Orange. HEX triplet: FC, 5A and 17. RGB value is (252,90,23). Sum of RGB (Red+Green+Blue) = 252+90+23=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5A17 is #03A5E8. Grayscale: #838383. Windows color (decimal): -239081 or 1530620. OLE color: 1530620.
HSL color Cylindrical-coordinate representation of color #FC5A17: hue angle of 17.55º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC5A17 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 23 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.01 |
| HSL | 17.55º | 0.97% | 0.54% | - |
| HSV(B) | 17.55º | 0.91% | 0.99% | - |
| XYZ | 43.96 | 28.07 | 3.91 | - |
| YUV | 130.8 | 67.17 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 23 | 0 | 0.64 | 0.91 | 0.01 | 17.55 | 0.97 | 0.54 |
| Hex | FC | 5A | 17 | 0 | 40 | 5B | 1 | 12 | 61 | 36 |
| Octal | 374 | 132 | 27 | 0 | 100 | 133 | 1 | 22 | 141 | 66 |
| Binary | 11111100 | 1011010 | 10111 | 0 | 1000000 | 1011011 | 1 | 10010 | 1100001 | 110110 |
Color Harmonies of #FC5A17
Complementary color
Monochromatic Colors of #FC5A17
Black with #FC5A17
Text Example
Text Example
White with #FC5A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A17; }
p { color: rgb(252,90,23); }
H1.HeaderClassName
{
color: #FC5A17;
}
.AnyTagClassName
{
color: #FC5A17;
}
</style>
background-color css
<style>
a { background-color: #FC5A17; }
a { background-color: rgb(252,90,23); }
div.DivClassName
{
background-color: #FC5A17;
}
.BgClassName
{
background-color: #FC5A17;
}
</style>
border-color css
<style>
span { border-color: #FC5A17; }
span { border-color: rgb(252,90,23); }
td.TdClassName
{
border-color: #FC5A17;
}
.TagClassName
{
border-color: #FC5A17;
}
</style>