#F59E75

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

Shades of Light Salmon #F59E75

Tints of Light Salmon #F59E75

Color information

#F59E75 (or 0xF59E75) is unknown color: approx Light Salmon. HEX triplet: F5, 9E and 75. RGB value is (245,158,117). Sum of RGB (Red+Green+Blue) = 245+158+117=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F59E75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59E75 is #0A618A. Grayscale: #B3B3B3. Windows color (decimal): -680331 or 7708405. OLE color: 7708405.

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

Color convert

RGB245158117-
CMYK00.360.520.04
HSL19.22º86.49%70.98%-
HSV(B)19.22º52.24%96.08%-
XYZ53.0945.1522.75-
YUV179.3492.82174.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 117 (46.09% from 255) = 22.5%
R=47.12%
G=30.38%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515811700.360.520.0419.2286.4970.98
HexF59E75024344135647
Octal36523616504464423126107
Binary1111010110011110111010101001001101001001001110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59E75; }

 p { color: rgb(245,158,117); }

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

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

 a { background-color: rgb(245,158,117); }

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

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

 span { border-color: rgb(245,158,117); }

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