Html Css Color HEX #FAA57B Light Salmon

📋 copy color: '#FAA57B'

red 250 ◦ green 165 ◦ blue 123

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

Shades of Light Salmon #FAA57B

Tints of Light Salmon #FAA57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.86%

R = 46.47%
G = 30.67%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAA57B (or 0xFAA57B) is known color: Light Salmon. HEX triplet: FA, A5 and 7B. RGB value is (250,165,123). Sum of RGB (Red+Green+Blue) = 250+165+123=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA57B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA57B is #055A84. Grayscale: #B9B9B9. Windows color (decimal): -350853 or 8103418. OLE color: 8103418.

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

Color convert

RGB 250 165 123 -
CMYK 0 0.34 0.51 0.02
HSL 19.84º 0.93% 0.73% -
HSV(B) 19.84º 0.51% 0.98% -
XYZ 56.45 48.66 25.16 -
YUV 185.63 92.66 173.92 -
System Red Green Blue C M Y K H S L
Decimal 250 165 123 0 0.34 0.51 0.02 19.84 0.93 0.73
Hex FA A5 7B 0 22 33 2 14 5D 49
Octal 372 245 173 0 42 63 2 24 135 111
Binary 11111010 10100101 1111011 0 100010 110011 10 10100 1011101 1001001

Color Harmonies of #FAA57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA57B

Black with #FAA57B

Text Example


Text Example

White with #FAA57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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