#FFA180

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

Shades of Light Salmon #FFA180

Tints of Light Salmon #FFA180

Color information

#FFA180 (or 0xFFA180) is unknown color: approx Light Salmon. HEX triplet: FF, A1 and 80. RGB value is (255,161,128). Sum of RGB (Red+Green+Blue) = 255+161+128=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA180 is #005E7F. Grayscale: #B9B9B9. Windows color (decimal): -24192 or 8430079. OLE color: 8430079.

HSL color Cylindrical-coordinate representation of color #FFA180: hue angle of 15.59º 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 #FFA180 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255161128-
CMYK00.370.500
HSL15.59º100%75.1%-
HSV(B)15.59º49.8%100%-
XYZ57.8848.3126.7-
YUV185.3495.64177.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.88%
GREEN value IS 161 (63.28% from 255) = 29.60%
BLUE value IS 128 (50.39% from 255) = 23.53%
R=46.88%
G=29.60%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516112800.370.50015.5910075.1
HexFFA18002532010644b
Octal37724120004562020144113
Binary111111111010000110000000010010111001001000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA180; }

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

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

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

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

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

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

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

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