#FAA37E

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

Shades of Light Salmon #FAA37E

Tints of Light Salmon #FAA37E

Color information

#FAA37E (or 0xFAA37E) is unknown color: approx Light Salmon. HEX triplet: FA, A3 and 7E. RGB value is (250,163,126). Sum of RGB (Red+Green+Blue) = 250+163+126=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA37E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA37E is #055C81. Grayscale: #B9B9B9. Windows color (decimal): -351362 or 8299514. OLE color: 8299514.

HSL color Cylindrical-coordinate representation of color #FAA37E: hue angle of 17.9º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAA37E is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250163126-
CMYK00.350.500.02
HSL17.9º92.54%73.73%-
HSV(B)17.9º49.6%98.04%-
XYZ56.2948.0226.04-
YUV184.894.82174.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 126 (49.61% from 255) = 23.38%
R=46.38%
G=30.24%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016312600.350.500.0217.992.5473.73
HexFAA37E023322125d4a
Octal37224317604362222135112
Binary111110101010001111111100100011110010101001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA37E; }

 p { color: rgb(250,163,126); }

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

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

 a { background-color: rgb(250,163,126); }

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

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

 span { border-color: rgb(250,163,126); }

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