Html Css Color HEX #FAA783 Light Salmon

📋 copy color: '#FAA783'

red 250 ◦ green 167 ◦ blue 131

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

Shades of Light Salmon #FAA783

Tints of Light Salmon #FAA783

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.47%

 BLUE value IS 131 (51.56% from 255) = 23.91%

R = 45.62%
G = 30.47%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAA783 (or 0xFAA783) is known color: Light Salmon. HEX triplet: FA, A7 and 83. RGB value is (250,167,131). Sum of RGB (Red+Green+Blue) = 250+167+131=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA783 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA783 is #05587C. Grayscale: #BBBBBB. Windows color (decimal): -350333 or 8628218. OLE color: 8628218.

HSL color Cylindrical-coordinate representation of color #FAA783: hue angle of 18.15º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAA783 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 167 131 -
CMYK 0 0.33 0.48 0.02
HSL 18.15º 0.92% 0.75% -
HSV(B) 18.15º 0.48% 0.98% -
XYZ 57.34 49.6 28.02 -
YUV 187.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 250 167 131 0 0.33 0.48 0.02 18.15 0.92 0.75
Hex FA A7 83 0 21 30 2 12 5C 4B
Octal 372 247 203 0 41 60 2 22 134 113
Binary 11111010 10100111 10000011 0 100001 110000 10 10010 1011100 1001011

Color Harmonies of #FAA783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA783

Black with #FAA783

Text Example


Text Example

White with #FAA783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA783; }

 p { color: rgb(250,167,131); }

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

background-color css

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

 a { background-color: rgb(250,167,131); }

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

border-color css

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

 span { border-color: rgb(250,167,131); }

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