#F57B65

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

Shades of Salmon #F57B65

Tints of Salmon #F57B65

Color information

#F57B65 (or 0xF57B65) is unknown color: approx Salmon. HEX triplet: F5, 7B and 65. RGB value is (245,123,101). Sum of RGB (Red+Green+Blue) = 245+123+101=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57B65 is #0A849A. Grayscale: #9D9D9D. Windows color (decimal): -689307 or 6650869. OLE color: 6650869.

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

Color convert

RGB245123101-
CMYK00.500.590.04
HSL9.17º87.8%67.84%-
HSV(B)9.17º58.78%96.08%-
XYZ47.0934.5216.49-
YUV156.9796.42190.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.24%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=52.24%
G=26.23%
B=21.54%

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
Decimal24512310100.500.590.049.1787.867.84
HexF57B650323B495844
Octal36517314506273411130104
Binary11110101111101111001010110010111011100100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57B65; }

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

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

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

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

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

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

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

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