#FD7573

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

Shades of Salmon #FD7573

Tints of Salmon #FD7573

Color information

#FD7573 (or 0xFD7573) is unknown color: approx Salmon. HEX triplet: FD, 75 and 73. RGB value is (253,117,115). Sum of RGB (Red+Green+Blue) = 253+117+115=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7573 is #028A8C. Grayscale: #9D9D9D. Windows color (decimal): -166541 or 7566845. OLE color: 7566845.

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

Color convert

RGB253117115-
CMYK00.540.550.01
HSL0.87º97.18%72.16%-
HSV(B)0.87º54.55%99.22%-
XYZ49.9634.8420.31-
YUV157.44104.06196.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.16%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 115 (45.31% from 255) = 23.71%
R=52.16%
G=24.12%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311711500.540.550.010.8797.1872.16
HexFD757303637116148
Octal3751651630666711141110
Binary111111011110101111001101101101101111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7573; }

 p { color: rgb(253,117,115); }

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

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

 a { background-color: rgb(253,117,115); }

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

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

 span { border-color: rgb(253,117,115); }

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