#FC5617

Color #FC5617 International Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Orange #FC5617

Tints of International Orange #FC5617

Color information

#FC5617 (or 0xFC5617) is unknown color: approx International Orange. HEX triplet: FC, 56 and 17. RGB value is (252,86,23). Sum of RGB (Red+Green+Blue) = 252+86+23=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5617 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5617 is #03A9E8. Grayscale: #808080. Windows color (decimal): -240105 or 1529596. OLE color: 1529596.

HSL color Cylindrical-coordinate representation of color #FC5617: hue angle of 16.51º 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 #FC5617 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB2528623-
CMYK00.660.910.01
HSL16.51º97.45%53.92%-
HSV(B)16.51º90.87%98.82%-
XYZ43.6327.413.8-
YUV128.4568.5216.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 69.81%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 23 (9.38% from 255) = 6.37%
R=69.81%
G=23.82%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252862300.660.910.0116.5197.4553.92
HexFC56170425B1116136
Octal37412627010213312114166
Binary111111001010110101110100001010110111100011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5617; }

 p { color: rgb(252,86,23); }

 H1.HeaderClassName
 {
   color: #FC5617;
 }
 .AnyTagClassName
 {
   color: #FC5617;
 }
</style>
background-color css

<style>
 a { background-color: #FC5617; }

 a { background-color: rgb(252,86,23); }

 div.DivClassName
 {
   background-color: #FC5617;
 }
 .BgClassName
 {
   background-color: #FC5617;
 }
</style>
border-color css

<style>
 span { border-color: #FC5617; }

 span { border-color: rgb(252,86,23); }

 td.TdClassName
 {
   border-color: #FC5617;
 }
 .TagClassName
 {
   border-color: #FC5617;
 }
</style>