#F6766F

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

Shades of Salmon #F6766F

Tints of Salmon #F6766F

Color information

#F6766F (or 0xF6766F) is unknown color: approx Salmon. HEX triplet: F6, 76 and 6F. RGB value is (246,118,111). Sum of RGB (Red+Green+Blue) = 246+118+111=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F6766F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6766F is #098990. Grayscale: #9B9B9B. Windows color (decimal): -625041 or 7304950. OLE color: 7304950.

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

Color convert

RGB246118111-
CMYK00.520.550.04
HSL3.11º88.24%70%-
HSV(B)3.11º54.88%96.47%-
XYZ47.3533.719.05-
YUV155.47102.91192.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.79%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=51.79%
G=24.84%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611811100.520.550.043.1188.2470
HexF6766F03437435846
Octal3661661570646743130106
Binary111101101110110110111101101001101111001110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6766F; }

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

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

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

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

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

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

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

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