#F59C7A

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

Shades of Light Salmon #F59C7A

Tints of Light Salmon #F59C7A

Color information

#F59C7A (or 0xF59C7A) is unknown color: approx Light Salmon. HEX triplet: F5, 9C and 7A. RGB value is (245,156,122). Sum of RGB (Red+Green+Blue) = 245+156+122=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59C7A is #0A6385. Grayscale: #B2B2B2. Windows color (decimal): -680838 or 8035573. OLE color: 8035573.

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

Color convert

RGB245156122-
CMYK00.360.500.04
HSL16.59º86.01%71.96%-
HSV(B)16.59º50.2%96.08%-
XYZ53.0644.5924.22-
YUV178.7495.99175.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.85%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 122 (48.05% from 255) = 23.33%
R=46.85%
G=29.83%
B=23.33%

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
Decimal24515612200.360.500.0416.5986.0171.96
HexF59C7A024324115648
Octal36523417204462421126110
Binary1111010110011100111101001001001100101001000110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59C7A; }

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

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

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

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

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

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

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

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