Html Css Color HEX #FAA37B Light Salmon

📋 copy color: '#FAA37B'

red 250 ◦ green 163 ◦ blue 123

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

Shades of Light Salmon #FAA37B

Tints of Light Salmon #FAA37B

RGB

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

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

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

R = 46.64%
G = 30.41%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAA37B (or 0xFAA37B) is known color: Light Salmon. HEX triplet: FA, A3 and 7B. RGB value is (250,163,123). Sum of RGB (Red+Green+Blue) = 250+163+123=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA37B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA37B is #055C84. Grayscale: #B8B8B8. Windows color (decimal): -351365 or 8102906. OLE color: 8102906.

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

Color convert

RGB 250 163 123 -
CMYK 0 0.35 0.51 0.02
HSL 18.9º 0.93% 0.73% -
HSV(B) 18.9º 0.51% 0.98% -
XYZ 56.1 47.95 25.04 -
YUV 184.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 250 163 123 0 0.35 0.51 0.02 18.9 0.93 0.73
Hex FA A3 7B 0 23 33 2 13 5D 49
Octal 372 243 173 0 43 63 2 23 135 111
Binary 11111010 10100011 1111011 0 100011 110011 10 10011 1011101 1001001

Color Harmonies of #FAA37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA37B

Black with #FAA37B

Text Example


Text Example

White with #FAA37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA37B; }

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

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

background-color css

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

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

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

border-color css

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

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

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