Html Css Color HEX #FAA379 Light Salmon

📋 copy color: '#FAA379'

red 250 ◦ green 163 ◦ blue 121

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

Shades of Light Salmon #FAA379

Tints of Light Salmon #FAA379

RGB

 RED value IS 250 (98.05% from 255) = 46.82%

 GREEN value IS 163 (64.06% from 255) = 30.52%

 BLUE value IS 121 (47.66% from 255) = 22.66%

R = 46.82%
G = 30.52%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAA379 (or 0xFAA379) is known color: Light Salmon. HEX triplet: FA, A3 and 79. RGB value is (250,163,121). Sum of RGB (Red+Green+Blue) = 250+163+121=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA379 is #055C86. Grayscale: #B8B8B8. Windows color (decimal): -351367 or 7971834. OLE color: 7971834.

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

Color convert

RGB 250 163 121 -
CMYK 0 0.35 0.52 0.02
HSL 19.53º 0.93% 0.73% -
HSV(B) 19.53º 0.52% 0.98% -
XYZ 55.97 47.9 24.38 -
YUV 184.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 250 163 121 0 0.35 0.52 0.02 19.53 0.93 0.73
Hex FA A3 79 0 23 34 2 14 5D 49
Octal 372 243 171 0 43 64 2 24 135 111
Binary 11111010 10100011 1111001 0 100011 110100 10 10100 1011101 1001001

Color Harmonies of #FAA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA379

Black with #FAA379

Text Example


Text Example

White with #FAA379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA379; }

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

 H1.HeaderClassName
 {
   color: #FAA379;
 }
 .AnyTagClassName
 {
   color: #FAA379;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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