#FC7774

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

Shades of Salmon #FC7774

Tints of Salmon #FC7774

Color information

#FC7774 (or 0xFC7774) is unknown color: approx Salmon. HEX triplet: FC, 77 and 74. RGB value is (252,119,116). Sum of RGB (Red+Green+Blue) = 252+119+116=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7774 is #03888B. Grayscale: #9E9E9E. Windows color (decimal): -231564 or 7632892. OLE color: 7632892.

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

Color convert

RGB252119116-
CMYK00.530.540.01
HSL1.32º95.77%72.16%-
HSV(B)1.32º53.97%98.82%-
XYZ49.8935.1520.68-
YUV158.42104.06194.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.75%
GREEN value IS 119 (46.88% from 255) = 24.44%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=51.75%
G=24.44%
B=23.82%

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
Decimal25211911600.530.540.011.3295.7772.16
HexFC777403536116048
Octal3741671640656611140110
Binary111111001110111111010001101011101101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7774; }

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

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

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

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

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

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

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

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