#FD7774

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

Shades of Salmon #FD7774

Tints of Salmon #FD7774

Color information

#FD7774 (or 0xFD7774) is unknown color: approx Salmon. HEX triplet: FD, 77 and 74. RGB value is (253,119,116). Sum of RGB (Red+Green+Blue) = 253+119+116=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7774 is #02888B. Grayscale: #9E9E9E. Windows color (decimal): -166028 or 7632893. OLE color: 7632893.

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

Color convert

RGB253119116-
CMYK00.530.540.01
HSL1.31º97.16%72.35%-
HSV(B)1.31º54.15%99.22%-
XYZ50.2635.3420.69-
YUV158.72103.89195.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.84%
GREEN value IS 119 (46.88% from 255) = 24.39%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=51.84%
G=24.39%
B=23.77%

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
Decimal25311911600.530.540.011.3197.1672.35
HexFD777403536116148
Octal3751671640656611141110
Binary111111011110111111010001101011101101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7774; }

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

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

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

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

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

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

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

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