#FC806D

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

Shades of Salmon #FC806D

Tints of Salmon #FC806D

Color information

#FC806D (or 0xFC806D) is unknown color: approx Salmon. HEX triplet: FC, 80 and 6D. RGB value is (252,128,109). Sum of RGB (Red+Green+Blue) = 252+128+109=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC806D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC806D is #037F92. Grayscale: #A3A3A3. Windows color (decimal): -229267 or 7176444. OLE color: 7176444.

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

Color convert

RGB252128109-
CMYK00.490.570.01
HSL7.97º95.97%70.78%-
HSV(B)7.97º56.75%98.82%-
XYZ50.6237.2418.99-
YUV162.9197.58191.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.53%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=51.53%
G=26.18%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212810900.490.570.017.9795.9770.78
HexFC806D03139186047
Octal37420015506171110140107
Binary1111110010000000110110101100011110011100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC806D; }

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

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

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

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

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

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

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

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