#f59775

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

Shades of Dark Salmon #F59775

Tints of Dark Salmon #F59775

Color information

#F59775 (or 0xF59775) is unknown color: approx Dark Salmon. HEX triplet: F5, 97 and 75. RGB value is (245,151,117). Sum of RGB (Red+Green+Blue) = 245+151+117=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F59775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59775 is #0A688A. Grayscale: #AFAFAF. Windows color (decimal): -682123 or 7706613. OLE color: 7706613.

HSL color Cylindrical-coordinate representation of color #F59775: hue angle of 15.94º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F59775 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB245151117-
CMYK00.380.520.04
HSL15.94º86.49%70.98%-
HSV(B)15.94º52.24%96.08%-
XYZ51.9342.8322.36-
YUV175.2395.14177.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 117 (46.09% from 255) = 22.81%
R=47.76%
G=29.43%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515111700.380.520.0415.9486.4970.98
HexF59775026344105647
Octal36522716504664420126107
Binary1111010110010111111010101001101101001001000010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f59775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f59775; }

 p { color: rgb(245,151,117); }

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

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

 a { background-color: rgb(245,151,117); }

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

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

 span { border-color: rgb(245,151,117); }

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