#FF8D75

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

Shades of Salmon #FF8D75

Tints of Salmon #FF8D75

Color information

#FF8D75 (or 0xFF8D75) is unknown color: approx Salmon. HEX triplet: FF, 8D and 75. RGB value is (255,141,117). Sum of RGB (Red+Green+Blue) = 255+141+117=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D75 is #00728A. Grayscale: #ACACAC. Windows color (decimal): -29323 or 7704063. OLE color: 7704063.

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

Color convert

RGB255141117-
CMYK00.450.540
HSL10.43º100%72.94%-
HSV(B)10.43º54.12%100%-
XYZ53.9841.5922.01-
YUV172.3596.77186.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 117 (46.09% from 255) = 22.81%
R=49.71%
G=27.49%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514111700.450.54010.4310072.94
HexFF8D7502D360a6449
Octal37721516505566012144111
Binary1111111110001101111010101011011101100101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8D75; }

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

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

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

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

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

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

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

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