Html Css Color HEX #FAA583 Light Salmon

📋 copy color: '#FAA583'

red 250 ◦ green 165 ◦ blue 131

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

Shades of Light Salmon #FAA583

Tints of Light Salmon #FAA583

RGB

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

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

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

R = 45.79%
G = 30.22%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAA583 (or 0xFAA583) is known color: Light Salmon. HEX triplet: FA, A5 and 83. RGB value is (250,165,131). Sum of RGB (Red+Green+Blue) = 250+165+131=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA583 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA583 is #055A7C. Grayscale: #BABABA. Windows color (decimal): -350845 or 8627706. OLE color: 8627706.

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

Color convert

RGB 250 165 131 -
CMYK 0 0.34 0.48 0.02
HSL 17.14º 0.92% 0.75% -
HSV(B) 17.14º 0.48% 0.98% -
XYZ 56.98 48.87 27.9 -
YUV 186.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 250 165 131 0 0.34 0.48 0.02 17.14 0.92 0.75
Hex FA A5 83 0 22 30 2 11 5C 4B
Octal 372 245 203 0 42 60 2 21 134 113
Binary 11111010 10100101 10000011 0 100010 110000 10 10001 1011100 1001011

Color Harmonies of #FAA583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA583

Black with #FAA583

Text Example


Text Example

White with #FAA583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA583; }

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

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

background-color css

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

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

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

border-color css

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

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

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