#F59377

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

Shades of Dark Salmon #F59377

Tints of Dark Salmon #F59377

Color information

#F59377 (or 0xF59377) is unknown color: approx Dark Salmon. HEX triplet: F5, 93 and 77. RGB value is (245,147,119). Sum of RGB (Red+Green+Blue) = 245+147+119=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F59377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59377 is #0A6C88. Grayscale: #ADADAD. Windows color (decimal): -683145 or 7836661. OLE color: 7836661.

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

Color convert

RGB245147119-
CMYK00.40.510.04
HSL13.33º86.3%71.37%-
HSV(B)13.33º51.43%96.08%-
XYZ51.4241.6122.77-
YUV173.1197.47179.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.95%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 119 (46.88% from 255) = 23.29%
R=47.95%
G=28.77%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514711900.40.510.0413.3386.371.37
HexF59377028334d5647
Octal36522316705063415126107
Binary111101011001001111101110101000110011100110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59377; }

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

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

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

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

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

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

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

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