#FA776F

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

Shades of Salmon #FA776F

Tints of Salmon #FA776F

Color information

#FA776F (or 0xFA776F) is unknown color: approx Salmon. HEX triplet: FA, 77 and 6F. RGB value is (250,119,111). Sum of RGB (Red+Green+Blue) = 250+119+111=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA776F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA776F is #058890. Grayscale: #9D9D9D. Windows color (decimal): -362641 or 7305210. OLE color: 7305210.

HSL color Cylindrical-coordinate representation of color #FA776F: hue angle of 3.45º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA776F is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB250119111-
CMYK00.520.560.02
HSL3.45º93.29%70.78%-
HSV(B)3.45º55.6%98.04%-
XYZ48.8934.6719.15-
YUV157.26101.9194.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.08%
GREEN value IS 119 (46.88% from 255) = 24.79%
BLUE value IS 111 (43.75% from 255) = 23.12%
R=52.08%
G=24.79%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011911100.520.560.023.4593.2970.78
HexFA776F03438235d47
Octal3721671570647023135107
Binary11111010111011111011110110100111000101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA776F; }

 p { color: rgb(250,119,111); }

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

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

 a { background-color: rgb(250,119,111); }

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

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

 span { border-color: rgb(250,119,111); }

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