#F0AA79

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

Shades of Tacao #F0AA79

Tints of Tacao #F0AA79

Color information

#F0AA79 (or 0xF0AA79) is unknown color: approx Tacao. HEX triplet: F0, AA and 79. RGB value is (240,170,121). Sum of RGB (Red+Green+Blue) = 240+170+121=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AA79 is #0F5586. Grayscale: #B9B9B9. Windows color (decimal): -1004935 or 7973616. OLE color: 7973616.

HSL color Cylindrical-coordinate representation of color #F0AA79: hue angle of 24.71º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0AA79 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB240170121-
CMYK00.290.500.06
HSL24.71º79.87%70.78%-
HSV(B)24.71º49.58%94.12%-
XYZ53.7648.6624.65-
YUV185.3491.69166.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.20%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 121 (47.66% from 255) = 22.79%
R=45.20%
G=32.02%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017012100.290.500.0624.7179.8770.78
HexF0AA7901D326195047
Octal36025217103562631120107
Binary111100001010101011110010111011100101101100110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AA79; }

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

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

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

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

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

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

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

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