#F59B7A

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

Shades of Light Salmon #F59B7A

Tints of Light Salmon #F59B7A

Color information

#F59B7A (or 0xF59B7A) is unknown color: approx Light Salmon. HEX triplet: F5, 9B and 7A. RGB value is (245,155,122). Sum of RGB (Red+Green+Blue) = 245+155+122=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59B7A is #0A6485. Grayscale: #B2B2B2. Windows color (decimal): -681094 or 8035317. OLE color: 8035317.

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

Color convert

RGB245155122-
CMYK00.370.500.04
HSL16.1º86.01%71.96%-
HSV(B)16.1º50.2%96.08%-
XYZ52.8944.2624.17-
YUV178.1596.32175.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.93%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 122 (48.05% from 255) = 23.37%
R=46.93%
G=29.69%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515512200.370.500.0416.186.0171.96
HexF59B7A025324105648
Octal36523317204562420126110
Binary1111010110011011111101001001011100101001000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59B7A; }

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

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

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

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

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

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

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

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