#FFA080

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

Shades of Light Salmon #FFA080

Tints of Light Salmon #FFA080

Color information

#FFA080 (or 0xFFA080) is unknown color: approx Light Salmon. HEX triplet: FF, A0 and 80. RGB value is (255,160,128). Sum of RGB (Red+Green+Blue) = 255+160+128=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA080 is #005F7F. Grayscale: #B8B8B8. Windows color (decimal): -24448 or 8429823. OLE color: 8429823.

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

Color convert

RGB255160128-
CMYK00.370.500
HSL15.12º100%75.1%-
HSV(B)15.12º49.8%100%-
XYZ57.7147.9626.64-
YUV184.7695.97178.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.96%
GREEN value IS 160 (62.89% from 255) = 29.47%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=46.96%
G=29.47%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516012800.370.50015.1210075.1
HexFFA080025320f644b
Octal37724020004562017144113
Binary11111111101000001000000001001011100100111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA080; }

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

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

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

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

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

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

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

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