Html Css Color HEX #FAA780 Light Salmon

📋 copy color: '#FAA780'

red 250 ◦ green 167 ◦ blue 128

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

Shades of Light Salmon #FAA780

Tints of Light Salmon #FAA780

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.64%

 BLUE value IS 128 (50.39% from 255) = 23.49%

R = 45.87%
G = 30.64%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAA780 (or 0xFAA780) is known color: Light Salmon. HEX triplet: FA, A7 and 80. RGB value is (250,167,128). Sum of RGB (Red+Green+Blue) = 250+167+128=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA780 is #05587F. Grayscale: #BBBBBB. Windows color (decimal): -350336 or 8431610. OLE color: 8431610.

HSL color Cylindrical-coordinate representation of color #FAA780: hue angle of 19.18º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAA780 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 167 128 -
CMYK 0 0.33 0.49 0.02
HSL 19.18º 0.92% 0.74% -
HSV(B) 19.18º 0.49% 0.98% -
XYZ 57.14 49.52 26.97 -
YUV 187.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 250 167 128 0 0.33 0.49 0.02 19.18 0.92 0.74
Hex FA A7 80 0 21 31 2 13 5C 4A
Octal 372 247 200 0 41 61 2 23 134 112
Binary 11111010 10100111 10000000 0 100001 110001 10 10011 1011100 1001010

Color Harmonies of #FAA780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA780

Black with #FAA780

Text Example


Text Example

White with #FAA780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA780; }

 p { color: rgb(250,167,128); }

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

background-color css

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

 a { background-color: rgb(250,167,128); }

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

border-color css

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

 span { border-color: rgb(250,167,128); }

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