#FAA97C

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

Shades of Tacao #FAA97C

Tints of Tacao #FAA97C

Color information

#FAA97C (or 0xFAA97C) is unknown color: approx Tacao. HEX triplet: FA, A9 and 7C. RGB value is (250,169,124). Sum of RGB (Red+Green+Blue) = 250+169+124=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA97C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA97C is #055683. Grayscale: #BCBCBC. Windows color (decimal): -349828 or 8169978. OLE color: 8169978.

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

Color convert

RGB250169124-
CMYK00.320.500.02
HSL21.43º92.65%73.33%-
HSV(B)21.43º50.4%98.04%-
XYZ57.2550.1625.73-
YUV188.0991.84172.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 169 (66.41% from 255) = 31.12%
BLUE value IS 124 (48.83% from 255) = 22.84%
R=46.04%
G=31.12%
B=22.84%

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
Decimal25016912400.320.500.0221.4392.6573.33
HexFAA97C020322155d49
Octal37225117404062225135111
Binary111110101010100111111000100000110010101010110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA97C; }

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

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

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

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

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

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

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

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