Html Css Color HEX #FAA582 Light Salmon

📋 copy color: '#FAA582'

red 250 ◦ green 165 ◦ blue 130

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

Shades of Light Salmon #FAA582

Tints of Light Salmon #FAA582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.85%

R = 45.87%
G = 30.28%
B = 23.85%

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

#FAA582 (or 0xFAA582) is known color: Light Salmon. HEX triplet: FA, A5 and 82. RGB value is (250,165,130). Sum of RGB (Red+Green+Blue) = 250+165+130=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA582 is #055A7D. Grayscale: #BABABA. Windows color (decimal): -350846 or 8562170. OLE color: 8562170.

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

Color convert

RGB 250 165 130 -
CMYK 0 0.34 0.48 0.02
HSL 17.5º 0.92% 0.75% -
HSV(B) 17.5º 0.48% 0.98% -
XYZ 56.91 48.85 27.55 -
YUV 186.43 96.16 173.35 -
System Red Green Blue C M Y K H S L
Decimal 250 165 130 0 0.34 0.48 0.02 17.5 0.92 0.75
Hex FA A5 82 0 22 30 2 12 5C 4B
Octal 372 245 202 0 42 60 2 22 134 113
Binary 11111010 10100101 10000010 0 100010 110000 10 10010 1011100 1001011

Color Harmonies of #FAA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA582

Black with #FAA582

Text Example


Text Example

White with #FAA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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