#FAA37C

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

Shades of Light Salmon #FAA37C

Tints of Light Salmon #FAA37C

Color information

#FAA37C (or 0xFAA37C) is unknown color: approx Light Salmon. HEX triplet: FA, A3 and 7C. RGB value is (250,163,124). Sum of RGB (Red+Green+Blue) = 250+163+124=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA37C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA37C is #055C83. Grayscale: #B8B8B8. Windows color (decimal): -351364 or 8168442. OLE color: 8168442.

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

Color convert

RGB250163124-
CMYK00.350.500.02
HSL18.57º92.65%73.33%-
HSV(B)18.57º50.4%98.04%-
XYZ56.1647.9725.37-
YUV184.5793.82174.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.55%
GREEN value IS 163 (64.06% from 255) = 30.35%
BLUE value IS 124 (48.83% from 255) = 23.09%
R=46.55%
G=30.35%
B=23.09%

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
Decimal25016312400.350.500.0218.5792.6573.33
HexFAA37C023322135d49
Octal37224317404362223135111
Binary111110101010001111111000100011110010101001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA37C; }

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

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

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

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

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

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

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

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