#F57A65

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

Shades of Salmon #F57A65

Tints of Salmon #F57A65

Color information

#F57A65 (or 0xF57A65) is unknown color: approx Salmon. HEX triplet: F5, 7A and 65. RGB value is (245,122,101). Sum of RGB (Red+Green+Blue) = 245+122+101=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57A65 is #0A859A. Grayscale: #9C9C9C. Windows color (decimal): -689563 or 6650613. OLE color: 6650613.

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

Color convert

RGB245122101-
CMYK00.500.590.04
HSL8.75º87.8%67.84%-
HSV(B)8.75º58.78%96.08%-
XYZ46.9634.2716.45-
YUV156.3896.75191.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.35%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=52.35%
G=26.07%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512210100.500.590.048.7587.867.84
HexF57A650323B495844
Octal36517214506273411130104
Binary11110101111101011001010110010111011100100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57A65; }

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

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

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

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

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

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

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

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