#F59175

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

Shades of Dark Salmon #F59175

Tints of Dark Salmon #F59175

Color information

#F59175 (or 0xF59175) is unknown color: approx Dark Salmon. HEX triplet: F5, 91 and 75. RGB value is (245,145,117). Sum of RGB (Red+Green+Blue) = 245+145+117=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F59175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59175 is #0A6E8A. Grayscale: #ABABAB. Windows color (decimal): -683659 or 7705077. OLE color: 7705077.

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

Color convert

RGB245145117-
CMYK00.410.520.04
HSL13.13º86.49%70.98%-
HSV(B)13.13º52.24%96.08%-
XYZ50.9940.9522.05-
YUV171.7197.13180.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.32%
GREEN value IS 145 (57.03% from 255) = 28.60%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=48.32%
G=28.60%
B=23.08%

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
Decimal24514511700.410.520.0413.1386.4970.98
HexF59175029344d5647
Octal36522116505164415126107
Binary111101011001000111101010101001110100100110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59175; }

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

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

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

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

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

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

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

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