Html Css Color HEX #FAA581 Light Salmon

📋 copy color: '#FAA581'

red 250 ◦ green 165 ◦ blue 129

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

Shades of Light Salmon #FAA581

Tints of Light Salmon #FAA581

RGB

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

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

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

R = 45.96%
G = 30.33%
B = 23.71%

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

#FAA581 (or 0xFAA581) is known color: Light Salmon. HEX triplet: FA, A5 and 81. RGB value is (250,165,129). Sum of RGB (Red+Green+Blue) = 250+165+129=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA581 is #055A7E. Grayscale: #BABABA. Windows color (decimal): -350847 or 8496634. OLE color: 8496634.

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

Color convert

RGB 250 165 129 -
CMYK 0 0.34 0.48 0.02
HSL 17.85º 0.92% 0.74% -
HSV(B) 17.85º 0.48% 0.98% -
XYZ 56.84 48.82 27.2 -
YUV 186.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 250 165 129 0 0.34 0.48 0.02 17.85 0.92 0.74
Hex FA A5 81 0 22 30 2 12 5C 4A
Octal 372 245 201 0 42 60 2 22 134 112
Binary 11111010 10100101 10000001 0 100010 110000 10 10010 1011100 1001010

Color Harmonies of #FAA581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA581

Black with #FAA581

Text Example


Text Example

White with #FAA581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA581; }

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

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

background-color css

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

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

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

border-color css

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

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

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