#F59A79

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

Shades of Light Salmon #F59A79

Tints of Light Salmon #F59A79

Color information

#F59A79 (or 0xF59A79) is unknown color: approx Light Salmon. HEX triplet: F5, 9A and 79. RGB value is (245,154,121). Sum of RGB (Red+Green+Blue) = 245+154+121=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59A79 is #0A6586. Grayscale: #B1B1B1. Windows color (decimal): -681351 or 7969525. OLE color: 7969525.

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

Color convert

RGB245154121-
CMYK00.370.510.04
HSL15.97º86.11%71.76%-
HSV(B)15.97º50.61%96.08%-
XYZ52.6643.923.79-
YUV177.4596.15176.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 121 (47.66% from 255) = 23.27%
R=47.12%
G=29.62%
B=23.27%

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
Decimal24515412100.370.510.0415.9786.1171.76
HexF59A79025334105648
Octal36523217104563420126110
Binary1111010110011010111100101001011100111001000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59A79; }

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

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

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

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

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

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

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

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