#F1AA76

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

Shades of Tacao #F1AA76

Tints of Tacao #F1AA76

Color information

#F1AA76 (or 0xF1AA76) is unknown color: approx Tacao. HEX triplet: F1, AA and 76. RGB value is (241,170,118). Sum of RGB (Red+Green+Blue) = 241+170+118=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AA76 is #0E5589. Grayscale: #B9B9B9. Windows color (decimal): -939402 or 7777009. OLE color: 7777009.

HSL color Cylindrical-coordinate representation of color #F1AA76: hue angle of 25.37º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1AA76 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241170118-
CMYK00.290.510.05
HSL25.37º81.46%70.39%-
HSV(B)25.37º51.04%94.51%-
XYZ53.9248.7623.71-
YUV185.390.02167.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 118 (46.48% from 255) = 22.31%
R=45.56%
G=32.14%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117011800.290.510.0525.3781.4670.39
HexF1AA7601D335195146
Octal36125216603563531121106
Binary111100011010101011101100111011100111011100110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AA76; }

 p { color: rgb(241,170,118); }

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

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

 a { background-color: rgb(241,170,118); }

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

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

 span { border-color: rgb(241,170,118); }

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