#F5896B

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

Shades of Salmon #F5896B

Tints of Salmon #F5896B

Color information

#F5896B (or 0xF5896B) is unknown color: approx Salmon. HEX triplet: F5, 89 and 6B. RGB value is (245,137,107). Sum of RGB (Red+Green+Blue) = 245+137+107=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5896B is #0A7694. Grayscale: #A6A6A6. Windows color (decimal): -685717 or 7047669. OLE color: 7047669.

HSL color Cylindrical-coordinate representation of color #F5896B: hue angle of 13.04º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5896B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB245137107-
CMYK00.440.560.04
HSL13.04º87.34%69.02%-
HSV(B)13.04º56.33%96.08%-
XYZ49.2638.3718.72-
YUV165.8794.78184.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.10%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 107 (42.19% from 255) = 21.88%
R=50.10%
G=28.02%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513710700.440.560.0413.0487.3469.02
HexF5896B02C384d5745
Octal36521115305470415127105
Binary111101011000100111010110101100111000100110110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5896B; }

 p { color: rgb(245,137,107); }

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

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

 a { background-color: rgb(245,137,107); }

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

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

 span { border-color: rgb(245,137,107); }

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