#FFA280

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

Shades of Light Salmon #FFA280

Tints of Light Salmon #FFA280

Color information

#FFA280 (or 0xFFA280) is unknown color: approx Light Salmon. HEX triplet: FF, A2 and 80. RGB value is (255,162,128). Sum of RGB (Red+Green+Blue) = 255+162+128=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA280 is #005D7F. Grayscale: #BABABA. Windows color (decimal): -23936 or 8430335. OLE color: 8430335.

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

Color convert

RGB255162128-
CMYK00.360.500
HSL16.06º100%75.1%-
HSV(B)16.06º49.8%100%-
XYZ58.0648.6626.75-
YUV185.9395.31177.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=46.79%
G=29.72%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516212800.360.50016.0610075.1
HexFFA28002432010644b
Octal37724220004462020144113
Binary111111111010001010000000010010011001001000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA280; }

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

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

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

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

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

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

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

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