#F59975

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

Shades of Light Salmon #F59975

Tints of Light Salmon #F59975

Color information

#F59975 (or 0xF59975) is unknown color: approx Light Salmon. HEX triplet: F5, 99 and 75. RGB value is (245,153,117). Sum of RGB (Red+Green+Blue) = 245+153+117=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F59975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59975 is #0A668A. Grayscale: #B0B0B0. Windows color (decimal): -681611 or 7707125. OLE color: 7707125.

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

Color convert

RGB245153117-
CMYK00.380.520.04
HSL16.88º86.49%70.98%-
HSV(B)16.88º52.24%96.08%-
XYZ52.2643.4822.47-
YUV176.494.48176.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.57%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 117 (46.09% from 255) = 22.72%
R=47.57%
G=29.71%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515311700.380.520.0416.8886.4970.98
HexF59975026344115647
Octal36523116504664421126107
Binary1111010110011001111010101001101101001001000110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59975; }

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

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

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

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

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

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

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

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