Html Css Color HEX #FAA181 Light Salmon

📋 copy color: '#FAA181'

red 250 ◦ green 161 ◦ blue 129

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

Shades of Light Salmon #FAA181

Tints of Light Salmon #FAA181

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.81%

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

R = 46.3%
G = 29.81%
B = 23.89%

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

#FAA181 (or 0xFAA181) is known color: Light Salmon. HEX triplet: FA, A1 and 81. RGB value is (250,161,129). Sum of RGB (Red+Green+Blue) = 250+161+129=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA181 is #055E7E. Grayscale: #B8B8B8. Windows color (decimal): -351871 or 8495610. OLE color: 8495610.

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

Color convert

RGB 250 161 129 -
CMYK 0 0.36 0.48 0.02
HSL 15.87º 0.92% 0.74% -
HSV(B) 15.87º 0.48% 0.98% -
XYZ 56.13 47.4 26.96 -
YUV 183.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 250 161 129 0 0.36 0.48 0.02 15.87 0.92 0.74
Hex FA A1 81 0 24 30 2 10 5C 4A
Octal 372 241 201 0 44 60 2 20 134 112
Binary 11111010 10100001 10000001 0 100100 110000 10 10000 1011100 1001010

Color Harmonies of #FAA181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA181

Black with #FAA181

Text Example


Text Example

White with #FAA181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA181; }

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

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

background-color css

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

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

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

border-color css

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

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

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