#F5896F

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

Shades of Salmon #F5896F

Tints of Salmon #F5896F

Color information

#F5896F (or 0xF5896F) is unknown color: approx Salmon. HEX triplet: F5, 89 and 6F. RGB value is (245,137,111). Sum of RGB (Red+Green+Blue) = 245+137+111=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5896F is #0A7690. Grayscale: #A6A6A6. Windows color (decimal): -685713 or 7309813. OLE color: 7309813.

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

Color convert

RGB245137111-
CMYK00.440.550.04
HSL11.64º87.01%69.8%-
HSV(B)11.64º54.69%96.08%-
XYZ49.4738.4519.85-
YUV166.3396.78184.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.70%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 111 (43.75% from 255) = 22.52%
R=49.70%
G=27.79%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513711100.440.550.0411.6487.0169.8
HexF5896F02C374c5746
Octal36521115705467414127106
Binary111101011000100111011110101100110111100110010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5896F; }

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

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

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

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

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

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

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

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