#FAA97E

Color #FAA97E Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #FAA97E

Tints of Tacao #FAA97E

Color information

#FAA97E (or 0xFAA97E) is unknown color: approx Tacao. HEX triplet: FA, A9 and 7E. RGB value is (250,169,126). Sum of RGB (Red+Green+Blue) = 250+169+126=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 126 (49.61% from 255 or 23.12% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA97E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA97E is #055681. Grayscale: #BCBCBC. Windows color (decimal): -349826 or 8301050. OLE color: 8301050.

HSL color Cylindrical-coordinate representation of color #FAA97E: hue angle of 20.81º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAA97E is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250169126-
CMYK00.320.500.02
HSL20.81º92.54%73.73%-
HSV(B)20.81º49.6%98.04%-
XYZ57.3850.2126.41-
YUV188.3292.84172-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.87%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 126 (49.61% from 255) = 23.12%
R=45.87%
G=31.01%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016912600.320.500.0220.8192.5473.73
HexFAA97E020322155d4a
Octal37225117604062225135112
Binary111110101010100111111100100000110010101010110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA97E; }

 p { color: rgb(250,169,126); }

 H1.HeaderClassName
 {
   color: #FAA97E;
 }
 .AnyTagClassName
 {
   color: #FAA97E;
 }
</style>
background-color css

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

 a { background-color: rgb(250,169,126); }

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

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

 span { border-color: rgb(250,169,126); }

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