Html Css Color HEX #FAA081 Light Salmon

📋 copy color: '#FAA081'

red 250 ◦ green 160 ◦ blue 129

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

Shades of Light Salmon #FAA081

Tints of Light Salmon #FAA081

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.68%

 BLUE value IS 129 (50.78% from 255) = 23.93%

R = 46.38%
G = 29.68%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAA081 (or 0xFAA081) is known color: Light Salmon. HEX triplet: FA, A0 and 81. RGB value is (250,160,129). Sum of RGB (Red+Green+Blue) = 250+160+129=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA081 is #055F7E. Grayscale: #B7B7B7. Windows color (decimal): -352127 or 8495354. OLE color: 8495354.

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

Color convert

RGB 250 160 129 -
CMYK 0 0.36 0.48 0.02
HSL 15.37º 0.92% 0.74% -
HSV(B) 15.37º 0.48% 0.98% -
XYZ 55.96 47.05 26.9 -
YUV 183.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 250 160 129 0 0.36 0.48 0.02 15.37 0.92 0.74
Hex FA A0 81 0 24 30 2 F 5C 4A
Octal 372 240 201 0 44 60 2 17 134 112
Binary 11111010 10100000 10000001 0 100100 110000 10 1111 1011100 1001010

Color Harmonies of #FAA081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA081

Black with #FAA081

Text Example


Text Example

White with #FAA081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA081; }

 p { color: rgb(250,160,129); }

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

background-color css

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

 a { background-color: rgb(250,160,129); }

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

border-color css

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

 span { border-color: rgb(250,160,129); }

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