#F58365

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

Shades of Salmon #F58365

Tints of Salmon #F58365

Color information

#F58365 (or 0xF58365) is unknown color: approx Salmon. HEX triplet: F5, 83 and 65. RGB value is (245,131,101). Sum of RGB (Red+Green+Blue) = 245+131+101=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F58365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58365 is #0A7C9A. Grayscale: #A1A1A1. Windows color (decimal): -687259 or 6652917. OLE color: 6652917.

HSL color Cylindrical-coordinate representation of color #F58365: hue angle of 12.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F58365 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB245131101-
CMYK00.470.590.04
HSL12.5º87.8%67.84%-
HSV(B)12.5º58.78%96.08%-
XYZ48.1236.5816.84-
YUV161.6793.77187.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.36%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 101 (39.84% from 255) = 21.17%
R=51.36%
G=27.46%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513110100.470.590.0412.587.867.84
HexF5836502F3B4d5844
Octal36520314505773415130104
Binary111101011000001111001010101111111011100110110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58365; }

 p { color: rgb(245,131,101); }

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

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

 a { background-color: rgb(245,131,101); }

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

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

 span { border-color: rgb(245,131,101); }

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