Html Css Color HEX #FAA37C Light Salmon

📋 copy color: '#FAA37C'

red 250 ◦ green 163 ◦ blue 124

#FAA37C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Salmon #FAA37C

Tints of Light Salmon #FAA37C

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 value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAA37C (or 0xFAA37C) is known color: 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

RGB 250 163 124 -
CMYK 0 0.35 0.50 0.02
HSL 18.57º 0.93% 0.73% -
HSV(B) 18.57º 0.5% 0.98% -
XYZ 56.16 47.97 25.37 -
YUV 184.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 250 163 124 0 0.35 0.50 0.02 18.57 0.93 0.73
Hex FA A3 7C 0 23 32 2 13 5D 49
Octal 372 243 174 0 43 62 2 23 135 111
Binary 11111010 10100011 1111100 0 100011 110010 10 10011 1011101 1001001

Color Harmonies of #FAA37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA37C

Black with #FAA37C

Text Example


Text Example

White with #FAA37C

Text Example


Text Example

HTML Codes & Css Web 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>