#F59E76

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

Shades of Light Salmon #F59E76

Tints of Light Salmon #F59E76

Color information

#F59E76 (or 0xF59E76) is unknown color: approx Light Salmon. HEX triplet: F5, 9E and 76. RGB value is (245,158,118). Sum of RGB (Red+Green+Blue) = 245+158+118=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F59E76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59E76 is #0A6189. Grayscale: #B3B3B3. Windows color (decimal): -680330 or 7773941. OLE color: 7773941.

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

Color convert

RGB245158118-
CMYK00.360.520.04
HSL18.9º86.39%71.18%-
HSV(B)18.9º51.84%96.08%-
XYZ53.1545.1723.06-
YUV179.4593.32174.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 118 (46.48% from 255) = 22.65%
R=47.02%
G=30.33%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515811800.360.520.0418.986.3971.18
HexF59E76024344135647
Octal36523616604464423126107
Binary1111010110011110111011001001001101001001001110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59E76; }

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

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

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

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

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

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

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

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