#FC7775

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

Shades of Salmon #FC7775

Tints of Salmon #FC7775

Color information

#FC7775 (or 0xFC7775) is unknown color: approx Salmon. HEX triplet: FC, 77 and 75. RGB value is (252,119,117). Sum of RGB (Red+Green+Blue) = 252+119+117=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7775 is #03888A. Grayscale: #9E9E9E. Windows color (decimal): -231563 or 7698428. OLE color: 7698428.

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

Color convert

RGB252119117-
CMYK00.530.540.01
HSL0.89º95.74%72.35%-
HSV(B)0.89º53.57%98.82%-
XYZ49.9535.1720.99-
YUV158.54104.56194.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.64%
GREEN value IS 119 (46.88% from 255) = 24.39%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=51.64%
G=24.39%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211911700.530.540.010.8995.7472.35
HexFC777503536116048
Octal3741671650656611140110
Binary111111001110111111010101101011101101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7775; }

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

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

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

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

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

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

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

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