#FA9977

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

Shades of Light Salmon #FA9977

Tints of Light Salmon #FA9977

Color information

#FA9977 (or 0xFA9977) is unknown color: approx Light Salmon. HEX triplet: FA, 99 and 77. RGB value is (250,153,119). Sum of RGB (Red+Green+Blue) = 250+153+119=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9977 is #056688. Grayscale: #B2B2B2. Windows color (decimal): -353929 or 7838202. OLE color: 7838202.

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

Color convert

RGB250153119-
CMYK00.390.520.02
HSL15.57º92.91%72.35%-
HSV(B)15.57º52.4%98.04%-
XYZ54.1544.4423.18-
YUV178.1394.64179.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 119 (46.88% from 255) = 22.80%
R=47.89%
G=29.31%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015311900.390.520.0215.5792.9172.35
HexFA9977027342105d48
Octal37223116704764220135110
Binary111110101001100111101110100111110100101000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9977; }

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

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

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

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

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

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

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

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