Html Css Color HEX #FAA289 Mona Lisa

📋 copy color: '#FAA289'

red 250 ◦ green 162 ◦ blue 137

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

Shades of Mona Lisa #FAA289

Tints of Mona Lisa #FAA289

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.51%

 BLUE value IS 137 (53.91% from 255) = 24.95%

R = 45.54%
G = 29.51%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAA289 (or 0xFAA289) is known color: Mona Lisa. HEX triplet: FA, A2 and 89. RGB value is (250,162,137). Sum of RGB (Red+Green+Blue) = 250+162+137=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA289 is #055D76. Grayscale: #B9B9B9. Windows color (decimal): -351607 or 9020154. OLE color: 9020154.

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

Color convert

RGB 250 162 137 -
CMYK 0 0.35 0.45 0.02
HSL 13.27º 0.92% 0.76% -
HSV(B) 13.27º 0.45% 0.98% -
XYZ 56.86 47.97 29.93 -
YUV 185.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 250 162 137 0 0.35 0.45 0.02 13.27 0.92 0.76
Hex FA A2 89 0 23 2D 2 D 5C 4C
Octal 372 242 211 0 43 55 2 15 134 114
Binary 11111010 10100010 10001001 0 100011 101101 10 1101 1011100 1001100

Color Harmonies of #FAA289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA289

Black with #FAA289

Text Example


Text Example

White with #FAA289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA289; }

 p { color: rgb(250,162,137); }

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

background-color css

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

 a { background-color: rgb(250,162,137); }

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

border-color css

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

 span { border-color: rgb(250,162,137); }

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