#F58C75

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

Shades of Salmon #F58C75

Tints of Salmon #F58C75

Color information

#F58C75 (or 0xF58C75) is unknown color: approx Salmon. HEX triplet: F5, 8C and 75. RGB value is (245,140,117). Sum of RGB (Red+Green+Blue) = 245+140+117=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58C75 is #0A738A. Grayscale: #A8A8A8. Windows color (decimal): -684939 or 7703797. OLE color: 7703797.

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

Color convert

RGB245140117-
CMYK00.430.520.04
HSL10.78º86.49%70.98%-
HSV(B)10.78º52.24%96.08%-
XYZ50.2539.4521.8-
YUV168.7798.79182.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.80%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 117 (46.09% from 255) = 23.31%
R=48.80%
G=27.89%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514011700.430.520.0410.7886.4970.98
HexF58C7502B344b5647
Octal36521416505364413126107
Binary111101011000110011101010101011110100100101110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58C75; }

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

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

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

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

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

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

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

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