#FEAA79

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

Shades of Tacao #FEAA79

Tints of Tacao #FEAA79

Color information

#FEAA79 (or 0xFEAA79) is unknown color: approx Tacao. HEX triplet: FE, AA and 79. RGB value is (254,170,121). Sum of RGB (Red+Green+Blue) = 254+170+121=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 121 (47.66% from 255 or 22.20% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA79 is #015586. Grayscale: #BDBDBD. Windows color (decimal): -87431 or 7973630. OLE color: 7973630.

HSL color Cylindrical-coordinate representation of color #FEAA79: hue angle of 22.11º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEAA79 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB254170121-
CMYK00.330.520.00
HSL22.11º98.52%73.53%-
HSV(B)22.11º52.36%99.61%-
XYZ58.751.224.88-
YUV189.5389.33173.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.61%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 121 (47.66% from 255) = 22.20%
R=46.61%
G=31.19%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417012100.330.520.0022.1198.5273.53
HexFEAA7902134016634a
Octal37625217104164026143112
Binary11111110101010101111001010000111010001011011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAA79; }

 p { color: rgb(254,170,121); }

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

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

 a { background-color: rgb(254,170,121); }

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

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

 span { border-color: rgb(254,170,121); }

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