Html Css Color HEX #FAA183 Light Salmon

📋 copy color: '#FAA183'

red 250 ◦ green 161 ◦ blue 131

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

Shades of Light Salmon #FAA183

Tints of Light Salmon #FAA183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.17%

R = 46.13%
G = 29.7%
B = 24.17%

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

#FAA183 (or 0xFAA183) is known color: Light Salmon. HEX triplet: FA, A1 and 83. RGB value is (250,161,131). Sum of RGB (Red+Green+Blue) = 250+161+131=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA183 is #055E7C. Grayscale: #B8B8B8. Windows color (decimal): -351869 or 8626682. OLE color: 8626682.

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

Color convert

RGB 250 161 131 -
CMYK 0 0.36 0.48 0.02
HSL 15.13º 0.92% 0.75% -
HSV(B) 15.13º 0.48% 0.98% -
XYZ 56.27 47.45 27.67 -
YUV 184.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 250 161 131 0 0.36 0.48 0.02 15.13 0.92 0.75
Hex FA A1 83 0 24 30 2 F 5C 4B
Octal 372 241 203 0 44 60 2 17 134 113
Binary 11111010 10100001 10000011 0 100100 110000 10 1111 1011100 1001011

Color Harmonies of #FAA183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA183

Black with #FAA183

Text Example


Text Example

White with #FAA183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA183; }

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

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

background-color css

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

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

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

border-color css

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

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

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