Html Css Color HEX #FAA377 Light Salmon

📋 copy color: '#FAA377'

red 250 ◦ green 163 ◦ blue 119

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

Shades of Light Salmon #FAA377

Tints of Light Salmon #FAA377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.37%

R = 46.99%
G = 30.64%
B = 22.37%

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

#FAA377 (or 0xFAA377) is known color: Light Salmon. HEX triplet: FA, A3 and 77. RGB value is (250,163,119). Sum of RGB (Red+Green+Blue) = 250+163+119=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA377 is #055C88. Grayscale: #B8B8B8. Windows color (decimal): -351369 or 7840762. OLE color: 7840762.

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

Color convert

RGB 250 163 119 -
CMYK 0 0.35 0.52 0.02
HSL 20.15º 0.93% 0.72% -
HSV(B) 20.15º 0.52% 0.98% -
XYZ 55.85 47.85 23.75 -
YUV 184 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 250 163 119 0 0.35 0.52 0.02 20.15 0.93 0.72
Hex FA A3 77 0 23 34 2 14 5D 48
Octal 372 243 167 0 43 64 2 24 135 110
Binary 11111010 10100011 1110111 0 100011 110100 10 10100 1011101 1001000

Color Harmonies of #FAA377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA377

Black with #FAA377

Text Example


Text Example

White with #FAA377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA377; }

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

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

background-color css

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

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

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

border-color css

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

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

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