#FD7771

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

Shades of Salmon #FD7771

Tints of Salmon #FD7771

Color information

#FD7771 (or 0xFD7771) is unknown color: approx Salmon. HEX triplet: FD, 77 and 71. RGB value is (253,119,113). Sum of RGB (Red+Green+Blue) = 253+119+113=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7771 is #02888E. Grayscale: #9E9E9E. Windows color (decimal): -166031 or 7436285. OLE color: 7436285.

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

Color convert

RGB253119113-
CMYK00.530.550.01
HSL2.57º97.22%71.76%-
HSV(B)2.57º55.34%99.22%-
XYZ50.0935.2719.79-
YUV158.38102.39195.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.16%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=52.16%
G=24.54%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311911300.530.550.012.5797.2271.76
HexFD777103537136148
Octal3751671610656713141110
Binary1111110111101111110001011010111011111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7771; }

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

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

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

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

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

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

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

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