#FFA880

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

Shades of Light Salmon #FFA880

Tints of Light Salmon #FFA880

Color information

#FFA880 (or 0xFFA880) is unknown color: approx Light Salmon. HEX triplet: FF, A8 and 80. RGB value is (255,168,128). Sum of RGB (Red+Green+Blue) = 255+168+128=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA880 is #00577F. Grayscale: #BDBDBD. Windows color (decimal): -22400 or 8431871. OLE color: 8431871.

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

Color convert

RGB255168128-
CMYK00.340.500
HSL18.9º100%75.1%-
HSV(B)18.9º49.8%100%-
XYZ59.1450.8227.12-
YUV189.4593.32174.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 168 (66.02% from 255) = 30.49%
BLUE value IS 128 (50.39% from 255) = 23.23%
R=46.28%
G=30.49%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516812800.340.50018.910075.1
HexFFA88002232013644b
Octal37725020004262023144113
Binary111111111010100010000000010001011001001001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA880; }

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

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

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

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

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

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

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

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