#F68466

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

Shades of Salmon #F68466

Tints of Salmon #F68466

Color information

#F68466 (or 0xF68466) is unknown color: approx Salmon. HEX triplet: F6, 84 and 66. RGB value is (246,132,102). Sum of RGB (Red+Green+Blue) = 246+132+102=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F68466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68466 is #097B99. Grayscale: #A2A2A2. Windows color (decimal): -621466 or 6718710. OLE color: 6718710.

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

Color convert

RGB246132102-
CMYK00.460.590.04
HSL12.5º88.89%68.24%-
HSV(B)12.5º58.54%96.47%-
XYZ48.6637.0517.16-
YUV162.6793.77187.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.25%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 102 (40.23% from 255) = 21.25%
R=51.25%
G=27.5%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613210200.460.590.0412.588.8968.24
HexF6846602E3B4d5944
Octal36620414605673415131104
Binary111101101000010011001100101110111011100110110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68466; }

 p { color: rgb(246,132,102); }

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

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

 a { background-color: rgb(246,132,102); }

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

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

 span { border-color: rgb(246,132,102); }

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