Html Css Color HEX #FAA177 Light Salmon

📋 copy color: '#FAA177'

red 250 ◦ green 161 ◦ blue 119

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

Shades of Light Salmon #FAA177

Tints of Light Salmon #FAA177

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.38%

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

R = 47.17%
G = 30.38%
B = 22.45%

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

#FAA177 (or 0xFAA177) is known color: Light Salmon. HEX triplet: FA, A1 and 77. RGB value is (250,161,119). Sum of RGB (Red+Green+Blue) = 250+161+119=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA177 is #055E88. Grayscale: #B7B7B7. Windows color (decimal): -351881 or 7840250. OLE color: 7840250.

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

Color convert

RGB 250 161 119 -
CMYK 0 0.36 0.52 0.02
HSL 19.24º 0.93% 0.72% -
HSV(B) 19.24º 0.52% 0.98% -
XYZ 55.5 47.15 23.63 -
YUV 182.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 250 161 119 0 0.36 0.52 0.02 19.24 0.93 0.72
Hex FA A1 77 0 24 34 2 13 5D 48
Octal 372 241 167 0 44 64 2 23 135 110
Binary 11111010 10100001 1110111 0 100100 110100 10 10011 1011101 1001000

Color Harmonies of #FAA177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA177

Black with #FAA177

Text Example


Text Example

White with #FAA177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA177; }

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

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

background-color css

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

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

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

border-color css

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

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

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