#F59577

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

Shades of Dark Salmon #F59577

Tints of Dark Salmon #F59577

Color information

#F59577 (or 0xF59577) is unknown color: approx Dark Salmon. HEX triplet: F5, 95 and 77. RGB value is (245,149,119). Sum of RGB (Red+Green+Blue) = 245+149+119=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F59577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59577 is #0A6A88. Grayscale: #AEAEAE. Windows color (decimal): -682633 or 7837173. OLE color: 7837173.

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

Color convert

RGB245149119-
CMYK00.390.510.04
HSL14.29º86.3%71.37%-
HSV(B)14.29º51.43%96.08%-
XYZ51.7342.2422.88-
YUV174.2896.8178.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 119 (46.88% from 255) = 23.20%
R=47.76%
G=29.04%
B=23.20%

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
Decimal24514911900.390.510.0414.2986.371.37
HexF59577027334e5647
Octal36522516704763416126107
Binary111101011001010111101110100111110011100111010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59577; }

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

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

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

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

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

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

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

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