#F77769

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

Shades of Salmon #F77769

Tints of Salmon #F77769

Color information

#F77769 (or 0xF77769) is unknown color: approx Salmon. HEX triplet: F7, 77 and 69. RGB value is (247,119,105). Sum of RGB (Red+Green+Blue) = 247+119+105=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F77769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77769 is #088896. Grayscale: #9B9B9B. Windows color (decimal): -559255 or 6911991. OLE color: 6911991.

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

Color convert

RGB247119105-
CMYK00.520.570.03
HSL5.92º89.87%69.02%-
HSV(B)5.92º57.49%96.86%-
XYZ47.533.9917.42-
YUV155.6899.41193.14-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.44%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=52.44%
G=25.27%
B=22.29%

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
Decimal24711910500.520.570.035.9289.8769.02
HexF7776903439365a45
Octal3671671510647136132105
Binary111101111110111110100101101001110011111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77769; }

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

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

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

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

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

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

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

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