#FFA980

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

Shades of Light Salmon #FFA980

Tints of Light Salmon #FFA980

Color information

#FFA980 (or 0xFFA980) is unknown color: approx Light Salmon. HEX triplet: FF, A9 and 80. RGB value is (255,169,128). Sum of RGB (Red+Green+Blue) = 255+169+128=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA980 is #00567F. Grayscale: #BEBEBE. Windows color (decimal): -22144 or 8432127. OLE color: 8432127.

HSL color Cylindrical-coordinate representation of color #FFA980: hue angle of 19.37º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFA980 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255169128-
CMYK00.340.500
HSL19.37º100%75.1%-
HSV(B)19.37º49.8%100%-
XYZ59.3251.1927.18-
YUV190.0492.99174.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 169 (66.41% from 255) = 30.62%
BLUE value IS 128 (50.39% from 255) = 23.19%
R=46.20%
G=30.62%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516912800.340.50019.3710075.1
HexFFA98002232013644b
Octal37725120004262023144113
Binary111111111010100110000000010001011001001001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA980; }

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

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

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

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

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

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

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

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