Html Css Color HEX #FAA57C Light Salmon

📋 copy color: '#FAA57C'

red 250 ◦ green 165 ◦ blue 124

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

Shades of Light Salmon #FAA57C

Tints of Light Salmon #FAA57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.61%

 BLUE value IS 124 (48.83% from 255) = 23.01%

R = 46.38%
G = 30.61%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAA57C (or 0xFAA57C) is known color: Light Salmon. HEX triplet: FA, A5 and 7C. RGB value is (250,165,124). Sum of RGB (Red+Green+Blue) = 250+165+124=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA57C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA57C is #055A83. Grayscale: #B9B9B9. Windows color (decimal): -350852 or 8168954. OLE color: 8168954.

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

Color convert

RGB 250 165 124 -
CMYK 0 0.34 0.50 0.02
HSL 19.52º 0.93% 0.73% -
HSV(B) 19.52º 0.5% 0.98% -
XYZ 56.52 48.69 25.49 -
YUV 185.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 250 165 124 0 0.34 0.50 0.02 19.52 0.93 0.73
Hex FA A5 7C 0 22 32 2 14 5D 49
Octal 372 245 174 0 42 62 2 24 135 111
Binary 11111010 10100101 1111100 0 100010 110010 10 10100 1011101 1001001

Color Harmonies of #FAA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA57C

Black with #FAA57C

Text Example


Text Example

White with #FAA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA57C; }

 p { color: rgb(250,165,124); }

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

background-color css

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

 a { background-color: rgb(250,165,124); }

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

border-color css

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

 span { border-color: rgb(250,165,124); }

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