#FD7976

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

Shades of Salmon #FD7976

Tints of Salmon #FD7976

Color information

#FD7976 (or 0xFD7976) is unknown color: approx Salmon. HEX triplet: FD, 79 and 76. RGB value is (253,121,118). Sum of RGB (Red+Green+Blue) = 253+121+118=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7976 is #028689. Grayscale: #A0A0A0. Windows color (decimal): -165514 or 7764477. OLE color: 7764477.

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

Color convert

RGB253121118-
CMYK00.520.530.01
HSL1.33º97.12%72.75%-
HSV(B)1.33º53.36%99.22%-
XYZ50.6235.8721.39-
YUV160.13104.23194.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.42%
GREEN value IS 121 (47.66% from 255) = 24.59%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=51.42%
G=24.59%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312111800.520.530.011.3397.1272.75
HexFD797603435116149
Octal3751711660646511141111
Binary111111011111001111011001101001101011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7976; }

 p { color: rgb(253,121,118); }

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

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

 a { background-color: rgb(253,121,118); }

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

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

 span { border-color: rgb(253,121,118); }

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