#faab73

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

Shades of Tacao #FAAB73

Tints of Tacao #FAAB73

Color information

#FAAB73 (or 0xFAAB73) is unknown color: approx Tacao. HEX triplet: FA, AB and 73. RGB value is (250,171,115). Sum of RGB (Red+Green+Blue) = 250+171+115=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB73 is #05548C. Grayscale: #BCBCBC. Windows color (decimal): -349325 or 7580666. OLE color: 7580666.

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

Color convert

RGB250171115-
CMYK00.320.540.02
HSL24.89º93.1%71.57%-
HSV(B)24.89º54%98.04%-
XYZ57.0850.6922.99-
YUV188.2486.67172.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.64%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 115 (45.31% from 255) = 21.46%
R=46.64%
G=31.90%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017111500.320.540.0224.8993.171.57
HexFAAB73020362195d48
Octal37225316304066231135110
Binary111110101010101111100110100000110110101100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #faab73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #faab73; }

 p { color: rgb(250,171,115); }

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

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

 a { background-color: rgb(250,171,115); }

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

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

 span { border-color: rgb(250,171,115); }

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