#FAA683

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

Shades of Light Salmon #FAA683

Tints of Light Salmon #FAA683

Color information

#FAA683 (or 0xFAA683) is unknown color: approx Light Salmon. HEX triplet: FA, A6 and 83. RGB value is (250,166,131). Sum of RGB (Red+Green+Blue) = 250+166+131=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA683 is #05597C. Grayscale: #BBBBBB. Windows color (decimal): -350589 or 8627962. OLE color: 8627962.

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

Color convert

RGB250166131-
CMYK00.340.480.02
HSL17.65º92.25%74.71%-
HSV(B)17.65º47.6%98.04%-
XYZ57.1649.2427.96-
YUV187.1396.33172.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 166 (65.23% from 255) = 30.35%
BLUE value IS 131 (51.56% from 255) = 23.95%
R=45.70%
G=30.35%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016613100.340.480.0217.6592.2574.71
HexFAA683022302125c4b
Octal37224620304260222134113
Binary1111101010100110100000110100010110000101001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA683; }

 p { color: rgb(250,166,131); }

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

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

 a { background-color: rgb(250,166,131); }

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

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

 span { border-color: rgb(250,166,131); }

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