#F59F7E

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

Shades of Light Salmon #F59F7E

Tints of Light Salmon #F59F7E

Color information

#F59F7E (or 0xF59F7E) is unknown color: approx Light Salmon. HEX triplet: F5, 9F and 7E. RGB value is (245,159,126). Sum of RGB (Red+Green+Blue) = 245+159+126=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F59F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59F7E is #0A6081. Grayscale: #B5B5B5. Windows color (decimal): -680066 or 8298485. OLE color: 8298485.

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

Color convert

RGB245159126-
CMYK00.350.490.04
HSL16.64º85.61%72.75%-
HSV(B)16.64º48.57%96.08%-
XYZ53.8245.7225.73-
YUV180.9596.99173.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.23%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 126 (49.61% from 255) = 23.77%
R=46.23%
G=30%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515912600.350.490.0416.6485.6172.75
HexF59F7E023314115649
Octal36523717604361421126111
Binary1111010110011111111111001000111100011001000110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59F7E; }

 p { color: rgb(245,159,126); }

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

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

 a { background-color: rgb(245,159,126); }

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

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

 span { border-color: rgb(245,159,126); }

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