#FC776E

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

Shades of Salmon #FC776E

Tints of Salmon #FC776E

Color information

#FC776E (or 0xFC776E) is unknown color: approx Salmon. HEX triplet: FC, 77 and 6E. RGB value is (252,119,110). Sum of RGB (Red+Green+Blue) = 252+119+110=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC776E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC776E is #038891. Grayscale: #9D9D9D. Windows color (decimal): -231570 or 7239676. OLE color: 7239676.

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

Color convert

RGB252119110-
CMYK00.530.560.01
HSL3.8º95.95%70.98%-
HSV(B)3.8º56.35%98.82%-
XYZ49.5635.0118.9-
YUV157.74101.06195.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.39%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=52.39%
G=24.74%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211911000.530.560.013.895.9570.98
HexFC776E03538146047
Octal3741671560657014140107
Binary11111100111011111011100110101111000110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC776E; }

 p { color: rgb(252,119,110); }

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

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

 a { background-color: rgb(252,119,110); }

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

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

 span { border-color: rgb(252,119,110); }

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