#FD7C79

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

Shades of Salmon #FD7C79

Tints of Salmon #FD7C79

Color information

#FD7C79 (or 0xFD7C79) is unknown color: approx Salmon. HEX triplet: FD, 7C and 79. RGB value is (253,124,121). Sum of RGB (Red+Green+Blue) = 253+124+121=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C79 is #028386. Grayscale: #A2A2A2. Windows color (decimal): -164743 or 7961853. OLE color: 7961853.

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

Color convert

RGB253124121-
CMYK00.510.520.01
HSL1.36º97.06%73.33%-
HSV(B)1.36º52.17%99.22%-
XYZ51.1736.6822.47-
YUV162.23104.74192.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.80%
GREEN value IS 124 (48.83% from 255) = 24.90%
BLUE value IS 121 (47.66% from 255) = 24.30%
R=50.80%
G=24.90%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312412100.510.520.011.3697.0673.33
HexFD7C7903334116149
Octal3751741710636411141111
Binary111111011111100111100101100111101001111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C79; }

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

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

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

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

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

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

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

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