#FAA982

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

Shades of Light Salmon #FAA982

Tints of Light Salmon #FAA982

Color information

#FAA982 (or 0xFAA982) is unknown color: approx Light Salmon. HEX triplet: FA, A9 and 82. RGB value is (250,169,130). Sum of RGB (Red+Green+Blue) = 250+169+130=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA982 is #05567D. Grayscale: #BDBDBD. Windows color (decimal): -349822 or 8563194. OLE color: 8563194.

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

Color convert

RGB250169130-
CMYK00.320.480.02
HSL19.5º92.31%74.51%-
HSV(B)19.5º48%98.04%-
XYZ57.6450.3127.79-
YUV188.7794.84171.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.54%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 130 (51.17% from 255) = 23.68%
R=45.54%
G=30.78%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016913000.320.480.0219.592.3174.51
HexFAA982020302145c4b
Octal37225120204060224134113
Binary1111101010101001100000100100000110000101010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA982; }

 p { color: rgb(250,169,130); }

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

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

 a { background-color: rgb(250,169,130); }

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

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

 span { border-color: rgb(250,169,130); }

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