#FFA480

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

Shades of Light Salmon #FFA480

Tints of Light Salmon #FFA480

Color information

#FFA480 (or 0xFFA480) is unknown color: approx Light Salmon. HEX triplet: FF, A4 and 80. RGB value is (255,164,128). Sum of RGB (Red+Green+Blue) = 255+164+128=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA480 is #005B7F. Grayscale: #BBBBBB. Windows color (decimal): -23424 or 8430847. OLE color: 8430847.

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

Color convert

RGB255164128-
CMYK00.360.500
HSL17.01º100%75.1%-
HSV(B)17.01º49.8%100%-
XYZ58.4149.3726.87-
YUV187.194.65176.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.62%
GREEN value IS 164 (64.45% from 255) = 29.98%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=46.62%
G=29.98%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516412800.360.50017.0110075.1
HexFFA48002432011644b
Octal37724420004462021144113
Binary111111111010010010000000010010011001001000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA480; }

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

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

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

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

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

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

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

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