#F59C74

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

Shades of Light Salmon #F59C74

Tints of Light Salmon #F59C74

Color information

#F59C74 (or 0xF59C74) is unknown color: approx Light Salmon. HEX triplet: F5, 9C and 74. RGB value is (245,156,116). Sum of RGB (Red+Green+Blue) = 245+156+116=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59C74 is #0A638B. Grayscale: #B2B2B2. Windows color (decimal): -680844 or 7642357. OLE color: 7642357.

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

Color convert

RGB245156116-
CMYK00.360.530.04
HSL18.6º86.58%70.78%-
HSV(B)18.6º52.65%96.08%-
XYZ52.744.4522.33-
YUV178.0592.99175.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 116 (45.70% from 255) = 22.44%
R=47.39%
G=30.17%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515611600.360.530.0418.686.5870.78
HexF59C74024354135747
Octal36523416404465423127107
Binary1111010110011100111010001001001101011001001110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59C74; }

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

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

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

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

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

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

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

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