#FF756E

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

Shades of Salmon #FF756E

Tints of Salmon #FF756E

Color information

#FF756E (or 0xFF756E) is unknown color: approx Salmon. HEX triplet: FF, 75 and 6E. RGB value is (255,117,110). Sum of RGB (Red+Green+Blue) = 255+117+110=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF756E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF756E is #008A91. Grayscale: #9D9D9D. Windows color (decimal): -35474 or 7239167. OLE color: 7239167.

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

Color convert

RGB255117110-
CMYK00.540.570
HSL2.9º100%71.57%-
HSV(B)2.9º56.86%100%-
XYZ50.4235.1118.87-
YUV157.46101.22197.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 117 (46.09% from 255) = 24.27%
BLUE value IS 110 (43.36% from 255) = 22.82%
R=52.90%
G=24.27%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511711000.540.5702.910071.57
HexFF756E03639036448
Octal3771651560667103144110
Binary1111111111101011101110011011011100101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF756E; }

 p { color: rgb(255,117,110); }

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

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

 a { background-color: rgb(255,117,110); }

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

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

 span { border-color: rgb(255,117,110); }

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