Html Css Color HEX #FAA079 Light Salmon

📋 copy color: '#FAA079'

red 250 ◦ green 160 ◦ blue 121

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

Shades of Light Salmon #FAA079

Tints of Light Salmon #FAA079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.13%

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

R = 47.08%
G = 30.13%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAA079 (or 0xFAA079) is known color: Light Salmon. HEX triplet: FA, A0 and 79. RGB value is (250,160,121). Sum of RGB (Red+Green+Blue) = 250+160+121=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA079 is #055F86. Grayscale: #B6B6B6. Windows color (decimal): -352135 or 7971066. OLE color: 7971066.

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

Color convert

RGB 250 160 121 -
CMYK 0 0.36 0.52 0.02
HSL 18.14º 0.93% 0.73% -
HSV(B) 18.14º 0.52% 0.98% -
XYZ 55.45 46.85 24.21 -
YUV 182.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 250 160 121 0 0.36 0.52 0.02 18.14 0.93 0.73
Hex FA A0 79 0 24 34 2 12 5D 49
Octal 372 240 171 0 44 64 2 22 135 111
Binary 11111010 10100000 1111001 0 100100 110100 10 10010 1011101 1001001

Color Harmonies of #FAA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA079

Black with #FAA079

Text Example


Text Example

White with #FAA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA079; }

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

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

background-color css

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

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

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

border-color css

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

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

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