#F59D7A

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

Shades of Light Salmon #F59D7A

Tints of Light Salmon #F59D7A

Color information

#F59D7A (or 0xF59D7A) is unknown color: approx Light Salmon. HEX triplet: F5, 9D and 7A. RGB value is (245,157,122). Sum of RGB (Red+Green+Blue) = 245+157+122=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F59D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59D7A is #0A6285. Grayscale: #B3B3B3. Windows color (decimal): -680582 or 8035829. OLE color: 8035829.

HSL color Cylindrical-coordinate representation of color #F59D7A: hue angle of 17.07º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F59D7A is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245157122-
CMYK00.360.500.04
HSL17.07º86.01%71.96%-
HSV(B)17.07º50.2%96.08%-
XYZ53.2344.9324.28-
YUV179.3295.65174.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.76%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 122 (48.05% from 255) = 23.28%
R=46.76%
G=29.96%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515712200.360.500.0417.0786.0171.96
HexF59D7A024324115648
Octal36523517204462421126110
Binary1111010110011101111101001001001100101001000110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59D7A; }

 p { color: rgb(245,157,122); }

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

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

 a { background-color: rgb(245,157,122); }

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

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

 span { border-color: rgb(245,157,122); }

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