#FFA182

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

Shades of Light Salmon #FFA182

Tints of Light Salmon #FFA182

Color information

#FFA182 (or 0xFFA182) is unknown color: approx Light Salmon. HEX triplet: FF, A1 and 82. RGB value is (255,161,130). Sum of RGB (Red+Green+Blue) = 255+161+130=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA182 is #005E7D. Grayscale: #B9B9B9. Windows color (decimal): -24190 or 8561151. OLE color: 8561151.

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

Color convert

RGB255161130-
CMYK00.370.490
HSL14.88º100%75.49%-
HSV(B)14.88º49.02%100%-
XYZ58.0148.3627.4-
YUV185.5796.64177.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 161 (63.28% from 255) = 29.49%
BLUE value IS 130 (51.17% from 255) = 23.81%
R=46.70%
G=29.49%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516113000.370.49014.8810075.49
HexFFA182025310f644b
Octal37724120204561017144113
Binary11111111101000011000001001001011100010111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA182; }

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

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

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

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

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

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

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

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