#FAA980

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

Shades of Light Salmon #FAA980

Tints of Light Salmon #FAA980

Color information

#FAA980 (or 0xFAA980) is unknown color: approx Light Salmon. HEX triplet: FA, A9 and 80. RGB value is (250,169,128). Sum of RGB (Red+Green+Blue) = 250+169+128=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA980 is #05567F. Grayscale: #BCBCBC. Windows color (decimal): -349824 or 8432122. OLE color: 8432122.

HSL color Cylindrical-coordinate representation of color #FAA980: hue angle of 20.16º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAA980 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB250169128-
CMYK00.320.490.02
HSL20.16º92.42%74.12%-
HSV(B)20.16º48.8%98.04%-
XYZ57.5150.2627.09-
YUV188.5493.84171.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=45.70%
G=30.90%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016912800.320.490.0220.1692.4274.12
HexFAA980020312145c4a
Octal37225120004061224134112
Binary1111101010101001100000000100000110001101010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA980; }

 p { color: rgb(250,169,128); }

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

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

 a { background-color: rgb(250,169,128); }

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

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

 span { border-color: rgb(250,169,128); }

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