#F67C76

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

Shades of Salmon #F67C76

Tints of Salmon #F67C76

Color information

#F67C76 (or 0xF67C76) is unknown color: approx Salmon. HEX triplet: F6, 7C and 76. RGB value is (246,124,118). Sum of RGB (Red+Green+Blue) = 246+124+118=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C76 is #098389. Grayscale: #9F9F9F. Windows color (decimal): -623498 or 7765238. OLE color: 7765238.

HSL color Cylindrical-coordinate representation of color #F67C76: hue angle of 2.81º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F67C76 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB246124118-
CMYK00.500.520.04
HSL2.81º87.67%71.37%-
HSV(B)2.81º52.03%96.47%-
XYZ48.4835.3221.4-
YUV159.79104.42189.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.41%
GREEN value IS 124 (48.83% from 255) = 25.41%
BLUE value IS 118 (46.48% from 255) = 24.18%
R=50.41%
G=25.41%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612411800.500.520.042.8187.6771.37
HexF67C7603234435847
Octal3661741660626443130107
Binary111101101111100111011001100101101001001110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67C76; }

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

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

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

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

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

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

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

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