#F68966

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

Shades of Salmon #F68966

Tints of Salmon #F68966

Color information

#F68966 (or 0xF68966) is unknown color: approx Salmon. HEX triplet: F6, 89 and 66. RGB value is (246,137,102). Sum of RGB (Red+Green+Blue) = 246+137+102=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F68966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68966 is #097699. Grayscale: #A5A5A5. Windows color (decimal): -620186 or 6719990. OLE color: 6719990.

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

Color convert

RGB246137102-
CMYK00.440.590.04
HSL14.58º88.89%68.24%-
HSV(B)14.58º58.54%96.47%-
XYZ49.3538.4417.39-
YUV165.692.11185.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.72%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 102 (40.23% from 255) = 21.03%
R=50.72%
G=28.25%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613710200.440.590.0414.5888.8968.24
HexF6896602C3B4f5944
Octal36621114605473417131104
Binary111101101000100111001100101100111011100111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68966; }

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

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

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

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

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

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

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

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