#FD7769

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

Shades of Salmon #FD7769

Tints of Salmon #FD7769

Color information

#FD7769 (or 0xFD7769) is unknown color: approx Salmon. HEX triplet: FD, 77 and 69. RGB value is (253,119,105). Sum of RGB (Red+Green+Blue) = 253+119+105=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7769 is #028896. Grayscale: #9D9D9D. Windows color (decimal): -166039 or 6911997. OLE color: 6911997.

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

Color convert

RGB253119105-
CMYK00.530.580.01
HSL5.68º97.37%70.2%-
HSV(B)5.68º58.5%99.22%-
XYZ49.6535.117.52-
YUV157.4798.39196.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.04%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=53.04%
G=24.95%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311910500.530.580.015.6897.3770.2
HexFD77690353A166146
Octal3751671510657216141106
Binary11111101111011111010010110101111010111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7769; }

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

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

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

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

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

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

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

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