#F6886C

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

Shades of Salmon #F6886C

Tints of Salmon #F6886C

Color information

#F6886C (or 0xF6886C) is unknown color: approx Salmon. HEX triplet: F6, 88 and 6C. RGB value is (246,136,108). Sum of RGB (Red+Green+Blue) = 246+136+108=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6886C is #097793. Grayscale: #A5A5A5. Windows color (decimal): -620436 or 7112950. OLE color: 7112950.

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

Color convert

RGB246136108-
CMYK00.450.560.04
HSL12.17º88.46%69.41%-
HSV(B)12.17º56.1%96.47%-
XYZ49.5238.2818.97-
YUV165.795.44185.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.20%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 108 (42.58% from 255) = 22.04%
R=50.20%
G=27.76%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613610800.450.560.0412.1788.4669.41
HexF6886C02D384c5845
Octal36621015405570414130105
Binary111101101000100011011000101101111000100110010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6886C; }

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

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

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

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

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

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

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

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