#F6796C

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

Shades of Salmon #F6796C

Tints of Salmon #F6796C

Color information

#F6796C (or 0xF6796C) is unknown color: approx Salmon. HEX triplet: F6, 79 and 6C. RGB value is (246,121,108). Sum of RGB (Red+Green+Blue) = 246+121+108=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F6796C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6796C is #098693. Grayscale: #9D9D9D. Windows color (decimal): -624276 or 7109110. OLE color: 7109110.

HSL color Cylindrical-coordinate representation of color #F6796C: hue angle of 5.65º degrees, saturation: 0.88, 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 #F6796C is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB246121108-
CMYK00.510.560.04
HSL5.65º88.46%69.41%-
HSV(B)5.65º56.1%96.47%-
XYZ47.5534.3518.31-
YUV156.89100.41191.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.79%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 108 (42.58% from 255) = 22.74%
R=51.79%
G=25.47%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612110800.510.560.045.6588.4669.41
HexF6796C03338465845
Octal3661711540637046130105
Binary1111011011110011101100011001111100010011010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6796C; }

 p { color: rgb(246,121,108); }

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

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

 a { background-color: rgb(246,121,108); }

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

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

 span { border-color: rgb(246,121,108); }

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