#FAAA75

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

Shades of Tacao #FAAA75

Tints of Tacao #FAAA75

Color information

#FAAA75 (or 0xFAAA75) is unknown color: approx Tacao. HEX triplet: FA, AA and 75. RGB value is (250,170,117). Sum of RGB (Red+Green+Blue) = 250+170+117=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA75 is #05558A. Grayscale: #BCBCBC. Windows color (decimal): -349579 or 7711482. OLE color: 7711482.

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

Color convert

RGB250170117-
CMYK00.320.530.02
HSL23.91º93.01%71.96%-
HSV(B)23.91º53.2%98.04%-
XYZ57.0150.3623.54-
YUV187.8888172.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.55%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 117 (46.09% from 255) = 21.79%
R=46.55%
G=31.66%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017011700.320.530.0223.9193.0171.96
HexFAAA75020352185d48
Octal37225216504065230135110
Binary111110101010101011101010100000110101101100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAA75; }

 p { color: rgb(250,170,117); }

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

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

 a { background-color: rgb(250,170,117); }

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

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

 span { border-color: rgb(250,170,117); }

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