#F59579

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

Shades of Dark Salmon #F59579

Tints of Dark Salmon #F59579

Color information

#F59579 (or 0xF59579) is unknown color: approx Dark Salmon. HEX triplet: F5, 95 and 79. RGB value is (245,149,121). Sum of RGB (Red+Green+Blue) = 245+149+121=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F59579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59579 is #0A6A86. Grayscale: #AEAEAE. Windows color (decimal): -682631 or 7968245. OLE color: 7968245.

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

Color convert

RGB245149121-
CMYK00.390.510.04
HSL13.55º86.11%71.76%-
HSV(B)13.55º50.61%96.08%-
XYZ51.8542.2923.52-
YUV174.5197.8178.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.57%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 121 (47.66% from 255) = 23.50%
R=47.57%
G=28.93%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514912100.390.510.0413.5586.1171.76
HexF59579027334e5648
Octal36522517104763416126110
Binary111101011001010111110010100111110011100111010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59579; }

 p { color: rgb(245,149,121); }

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

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

 a { background-color: rgb(245,149,121); }

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

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

 span { border-color: rgb(245,149,121); }

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