#FAA580

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

Shades of Light Salmon #FAA580

Tints of Light Salmon #FAA580

Color information

#FAA580 (or 0xFAA580) is unknown color: approx Light Salmon. HEX triplet: FA, A5 and 80. RGB value is (250,165,128). Sum of RGB (Red+Green+Blue) = 250+165+128=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA580 is #055A7F. Grayscale: #BABABA. Windows color (decimal): -350848 or 8431098. OLE color: 8431098.

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

Color convert

RGB250165128-
CMYK00.340.490.02
HSL18.2º92.42%74.12%-
HSV(B)18.2º48.8%98.04%-
XYZ56.7848.7926.85-
YUV186.295.16173.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=46.04%
G=30.39%
B=23.57%

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
Decimal25016512800.340.490.0218.292.4274.12
HexFAA580022312125c4a
Octal37224520004261222134112
Binary1111101010100101100000000100010110001101001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA580; }

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

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

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

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

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

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

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

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