#FD7674

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

Shades of Salmon #FD7674

Tints of Salmon #FD7674

Color information

#FD7674 (or 0xFD7674) is unknown color: approx Salmon. HEX triplet: FD, 76 and 74. RGB value is (253,118,116). Sum of RGB (Red+Green+Blue) = 253+118+116=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7674 is #02898B. Grayscale: #9E9E9E. Windows color (decimal): -166284 or 7632637. OLE color: 7632637.

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

Color convert

RGB253118116-
CMYK00.530.540.01
HSL0.88º97.16%72.35%-
HSV(B)0.88º54.15%99.22%-
XYZ50.1435.120.66-
YUV158.14104.23195.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.95%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=51.95%
G=24.23%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311811600.530.540.010.8897.1672.35
HexFD767403536116148
Octal3751661640656611141110
Binary111111011110110111010001101011101101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7674; }

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

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

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

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

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

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

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

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