#F6896D

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

Shades of Salmon #F6896D

Tints of Salmon #F6896D

Color information

#F6896D (or 0xF6896D) is unknown color: approx Salmon. HEX triplet: F6, 89 and 6D. RGB value is (246,137,109). Sum of RGB (Red+Green+Blue) = 246+137+109=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6896D is #097692. Grayscale: #A6A6A6. Windows color (decimal): -620179 or 7178742. OLE color: 7178742.

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

Color convert

RGB246137109-
CMYK00.440.560.04
HSL12.26º88.39%69.61%-
HSV(B)12.26º55.69%96.47%-
XYZ49.7138.5919.3-
YUV166.495.61184.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 109 (42.97% from 255) = 22.15%
R=50%
G=27.85%
B=22.15%

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
Decimal24613710900.440.560.0412.2688.3969.61
HexF6896D02C384c5846
Octal36621115505470414130106
Binary111101101000100111011010101100111000100110010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6896D; }

 p { color: rgb(246,137,109); }

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

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

 a { background-color: rgb(246,137,109); }

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

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

 span { border-color: rgb(246,137,109); }

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