#FC8063

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

Shades of Salmon #FC8063

Tints of Salmon #FC8063

Color information

#FC8063 (or 0xFC8063) is unknown color: approx Salmon. HEX triplet: FC, 80 and 63. RGB value is (252,128,99). Sum of RGB (Red+Green+Blue) = 252+128+99=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8063 is #037F9C. Grayscale: #A2A2A2. Windows color (decimal): -229277 or 6521084. OLE color: 6521084.

HSL color Cylindrical-coordinate representation of color #FC8063: hue angle of 11.37º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC8063 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB25212899-
CMYK00.490.610.01
HSL11.37º96.23%68.82%-
HSV(B)11.37º60.71%98.82%-
XYZ50.1237.0316.31-
YUV161.7792.58192.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.61%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 99 (39.06% from 255) = 20.67%
R=52.61%
G=26.72%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521289900.490.610.0111.3796.2368.82
HexFC80630313D1b6045
Octal37420014306175113140105
Binary1111110010000000110001101100011111011101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8063; }

 p { color: rgb(252,128,99); }

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

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

 a { background-color: rgb(252,128,99); }

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

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

 span { border-color: rgb(252,128,99); }

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