#f59772

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

Shades of Dark Salmon #F59772

Tints of Dark Salmon #F59772

Color information

#F59772 (or 0xF59772) is unknown color: approx Dark Salmon. HEX triplet: F5, 97 and 72. RGB value is (245,151,114). Sum of RGB (Red+Green+Blue) = 245+151+114=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F59772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59772 is #0A688D. Grayscale: #AFAFAF. Windows color (decimal): -682126 or 7510005. OLE color: 7510005.

HSL color Cylindrical-coordinate representation of color #F59772: hue angle of 16.95º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F59772 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB245151114-
CMYK00.380.530.04
HSL16.95º86.75%70.39%-
HSV(B)16.95º53.47%96.08%-
XYZ51.7642.7621.45-
YUV174.8993.64178.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.04%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 114 (44.92% from 255) = 22.35%
R=48.04%
G=29.61%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515111400.380.530.0416.9586.7570.39
HexF59772026354115746
Octal36522716204665421127106
Binary1111010110010111111001001001101101011001000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f59772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f59772; }

 p { color: rgb(245,151,114); }

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

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

 a { background-color: rgb(245,151,114); }

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

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

 span { border-color: rgb(245,151,114); }

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