#FFA582

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

Shades of Light Salmon #FFA582

Tints of Light Salmon #FFA582

Color information

#FFA582 (or 0xFFA582) is unknown color: approx Light Salmon. HEX triplet: FF, A5 and 82. RGB value is (255,165,130). Sum of RGB (Red+Green+Blue) = 255+165+130=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA582 is #005A7D. Grayscale: #BCBCBC. Windows color (decimal): -23166 or 8562175. OLE color: 8562175.

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

Color convert

RGB255165130-
CMYK00.350.490
HSL16.8º100%75.49%-
HSV(B)16.8º49.02%100%-
XYZ58.7249.7827.63-
YUV187.9295.32175.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 165 (64.84% from 255) = 30%
BLUE value IS 130 (51.17% from 255) = 23.64%
R=46.36%
G=30%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516513000.350.49016.810075.49
HexFFA58202331011644b
Octal37724520204361021144113
Binary111111111010010110000010010001111000101000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA582; }

 p { color: rgb(255,165,130); }

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

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

 a { background-color: rgb(255,165,130); }

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

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

 span { border-color: rgb(255,165,130); }

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