#F77669

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

Shades of Salmon #F77669

Tints of Salmon #F77669

Color information

#F77669 (or 0xF77669) is unknown color: approx Salmon. HEX triplet: F7, 76 and 69. RGB value is (247,118,105). Sum of RGB (Red+Green+Blue) = 247+118+105=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F77669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77669 is #088996. Grayscale: #9B9B9B. Windows color (decimal): -559511 or 6911735. OLE color: 6911735.

HSL color Cylindrical-coordinate representation of color #F77669: hue angle of 5.49º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F77669 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB247118105-
CMYK00.520.570.03
HSL5.49º89.87%69.02%-
HSV(B)5.49º57.49%96.86%-
XYZ47.3933.7517.38-
YUV155.0999.74193.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.55%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=52.55%
G=25.11%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711810500.520.570.035.4989.8769.02
HexF7766903439355a45
Octal3671661510647135132105
Binary111101111110110110100101101001110011110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77669; }

 p { color: rgb(247,118,105); }

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

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

 a { background-color: rgb(247,118,105); }

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

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

 span { border-color: rgb(247,118,105); }

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