#FAA480

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

Shades of Light Salmon #FAA480

Tints of Light Salmon #FAA480

Color information

#FAA480 (or 0xFAA480) is unknown color: approx Light Salmon. HEX triplet: FA, A4 and 80. RGB value is (250,164,128). Sum of RGB (Red+Green+Blue) = 250+164+128=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA480 is #055B7F. Grayscale: #B9B9B9. Windows color (decimal): -351104 or 8430842. OLE color: 8430842.

HSL color Cylindrical-coordinate representation of color #FAA480: hue angle of 17.7º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAA480 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB250164128-
CMYK00.340.490.02
HSL17.7º92.42%74.12%-
HSV(B)17.7º48.8%98.04%-
XYZ56.648.4326.79-
YUV185.6195.49173.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.13%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 128 (50.39% from 255) = 23.62%
R=46.13%
G=30.26%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016412800.340.490.0217.792.4274.12
HexFAA480022312125c4a
Octal37224420004261222134112
Binary1111101010100100100000000100010110001101001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA480; }

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

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

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

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

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

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

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

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