#F59176

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

Shades of Dark Salmon #F59176

Tints of Dark Salmon #F59176

Color information

#F59176 (or 0xF59176) is unknown color: approx Dark Salmon. HEX triplet: F5, 91 and 76. RGB value is (245,145,118). Sum of RGB (Red+Green+Blue) = 245+145+118=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F59176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59176 is #0A6E89. Grayscale: #ACACAC. Windows color (decimal): -683658 or 7770613. OLE color: 7770613.

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

Color convert

RGB245145118-
CMYK00.410.520.04
HSL12.76º86.39%71.18%-
HSV(B)12.76º51.84%96.08%-
XYZ51.0540.9722.36-
YUV171.8297.63180.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.23%
GREEN value IS 145 (57.03% from 255) = 28.54%
BLUE value IS 118 (46.48% from 255) = 23.23%
R=48.23%
G=28.54%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514511800.410.520.0412.7686.3971.18
HexF59176029344d5647
Octal36522116605164415126107
Binary111101011001000111101100101001110100100110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59176; }

 p { color: rgb(245,145,118); }

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

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

 a { background-color: rgb(245,145,118); }

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

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

 span { border-color: rgb(245,145,118); }

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