#F59178

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

Shades of Dark Salmon #F59178

Tints of Dark Salmon #F59178

Color information

#F59178 (or 0xF59178) is unknown color: approx Dark Salmon. HEX triplet: F5, 91 and 78. RGB value is (245,145,120). Sum of RGB (Red+Green+Blue) = 245+145+120=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F59178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59178 is #0A6E87. Grayscale: #ACACAC. Windows color (decimal): -683656 or 7901685. OLE color: 7901685.

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

Color convert

RGB245145120-
CMYK00.410.510.04
HSL12º86.21%71.57%-
HSV(B)12º51.02%96.08%-
XYZ51.1741.0222.99-
YUV172.0598.63180.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.04%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 120 (47.27% from 255) = 23.53%
R=48.04%
G=28.43%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514512000.410.510.041286.2171.57
HexF59178029334c5648
Octal36522117005163414126110
Binary111101011001000111110000101001110011100110010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59178; }

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

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

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

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

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

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

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

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