Html Css Color HEX #FAA482 Light Salmon

📋 copy color: '#FAA482'

red 250 ◦ green 164 ◦ blue 130

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

Shades of Light Salmon #FAA482

Tints of Light Salmon #FAA482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.15%

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

R = 45.96%
G = 30.15%
B = 23.9%

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

#FAA482 (or 0xFAA482) is known color: Light Salmon. HEX triplet: FA, A4 and 82. RGB value is (250,164,130). Sum of RGB (Red+Green+Blue) = 250+164+130=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA482 is #055B7D. Grayscale: #BABABA. Windows color (decimal): -351102 or 8561914. OLE color: 8561914.

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

Color convert

RGB 250 164 130 -
CMYK 0 0.34 0.48 0.02
HSL 17º 0.92% 0.75% -
HSV(B) 17º 0.48% 0.98% -
XYZ 56.73 48.49 27.49 -
YUV 185.84 96.49 173.76 -
System Red Green Blue C M Y K H S L
Decimal 250 164 130 0 0.34 0.48 0.02 17 0.92 0.75
Hex FA A4 82 0 22 30 2 11 5C 4B
Octal 372 244 202 0 42 60 2 21 134 113
Binary 11111010 10100100 10000010 0 100010 110000 10 10001 1011100 1001011

Color Harmonies of #FAA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA482

Black with #FAA482

Text Example


Text Example

White with #FAA482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA482; }

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

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

background-color css

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

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

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

border-color css

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

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

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