#FFA486

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

Shades of Light Salmon #FFA486

Tints of Light Salmon #FFA486

Color information

#FFA486 (or 0xFFA486) is unknown color: approx Light Salmon. HEX triplet: FF, A4 and 86. RGB value is (255,164,134). Sum of RGB (Red+Green+Blue) = 255+164+134=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA486 is #005B79. Grayscale: #BCBCBC. Windows color (decimal): -23418 or 8824063. OLE color: 8824063.

HSL color Cylindrical-coordinate representation of color #FFA486: hue angle of 14.88º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFA486 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB255164134-
CMYK00.360.470
HSL14.88º100%76.27%-
HSV(B)14.88º47.45%100%-
XYZ58.8249.5329.01-
YUV187.7997.65175.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 134 (52.73% from 255) = 24.23%
R=46.11%
G=29.66%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516413400.360.47014.8810076.27
HexFFA4860242F0f644c
Octal37724420604457017144114
Binary11111111101001001000011001001001011110111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA486; }

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

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

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

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

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

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

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

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