#F6866E

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

Shades of Salmon #F6866E

Tints of Salmon #F6866E

Color information

#F6866E (or 0xF6866E) is unknown color: approx Salmon. HEX triplet: F6, 86 and 6E. RGB value is (246,134,110). Sum of RGB (Red+Green+Blue) = 246+134+110=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6866E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6866E is #097991. Grayscale: #A4A4A4. Windows color (decimal): -620946 or 7243510. OLE color: 7243510.

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

Color convert

RGB246134110-
CMYK00.460.550.04
HSL10.59º88.31%69.8%-
HSV(B)10.59º55.28%96.47%-
XYZ49.3537.7719.44-
YUV164.7597.11185.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.20%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 110 (43.36% from 255) = 22.45%
R=50.20%
G=27.35%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613411000.460.550.0410.5988.3169.8
HexF6866E02E374b5846
Octal36620615605667413130106
Binary111101101000011011011100101110110111100101110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6866E; }

 p { color: rgb(246,134,110); }

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

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

 a { background-color: rgb(246,134,110); }

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

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

 span { border-color: rgb(246,134,110); }

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