#F59B79

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

Shades of Light Salmon #F59B79

Tints of Light Salmon #F59B79

Color information

#F59B79 (or 0xF59B79) is unknown color: approx Light Salmon. HEX triplet: F5, 9B and 79. RGB value is (245,155,121). Sum of RGB (Red+Green+Blue) = 245+155+121=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59B79 is #0A6486. Grayscale: #B2B2B2. Windows color (decimal): -681095 or 7969781. OLE color: 7969781.

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

Color convert

RGB245155121-
CMYK00.370.510.04
HSL16.45º86.11%71.76%-
HSV(B)16.45º50.61%96.08%-
XYZ52.8344.2423.84-
YUV178.0395.82175.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=47.02%
G=29.75%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515512100.370.510.0416.4586.1171.76
HexF59B79025334105648
Octal36523317104563420126110
Binary1111010110011011111100101001011100111001000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59B79; }

 p { color: rgb(245,155,121); }

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

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

 a { background-color: rgb(245,155,121); }

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

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

 span { border-color: rgb(245,155,121); }

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