#F6856F

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

Shades of Salmon #F6856F

Tints of Salmon #F6856F

Color information

#F6856F (or 0xF6856F) is unknown color: approx Salmon. HEX triplet: F6, 85 and 6F. RGB value is (246,133,111). Sum of RGB (Red+Green+Blue) = 246+133+111=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6856F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6856F is #097A90. Grayscale: #A4A4A4. Windows color (decimal): -621201 or 7308790. OLE color: 7308790.

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

Color convert

RGB246133111-
CMYK00.460.550.04
HSL9.78º88.24%70%-
HSV(B)9.78º54.88%96.47%-
XYZ49.2637.5219.68-
YUV164.2897.94186.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.20%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 111 (43.75% from 255) = 22.65%
R=50.20%
G=27.14%
B=22.65%

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
Decimal24613311100.460.550.049.7888.2470
HexF6856F02E374a5846
Octal36620515705667412130106
Binary111101101000010111011110101110110111100101010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6856F; }

 p { color: rgb(246,133,111); }

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

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

 a { background-color: rgb(246,133,111); }

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

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

 span { border-color: rgb(246,133,111); }

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