#F59779

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

Shades of Dark Salmon #F59779

Tints of Dark Salmon #F59779

Color information

#F59779 (or 0xF59779) is unknown color: approx Dark Salmon. HEX triplet: F5, 97 and 79. RGB value is (245,151,121). Sum of RGB (Red+Green+Blue) = 245+151+121=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F59779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59779 is #0A6886. Grayscale: #AFAFAF. Windows color (decimal): -682119 or 7968757. OLE color: 7968757.

HSL color Cylindrical-coordinate representation of color #F59779: hue angle of 14.52º 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 #F59779 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB245151121-
CMYK00.380.510.04
HSL14.52º86.11%71.76%-
HSV(B)14.52º50.61%96.08%-
XYZ52.1742.9323.62-
YUV175.6997.14177.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 121 (47.66% from 255) = 23.40%
R=47.39%
G=29.21%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515112100.380.510.0414.5286.1171.76
HexF59779026334f5648
Octal36522717104663417126110
Binary111101011001011111110010100110110011100111110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59779; }

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

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

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

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

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

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

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

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