#F1AA72

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

Shades of Tacao #F1AA72

Tints of Tacao #F1AA72

Color information

#F1AA72 (or 0xF1AA72) is unknown color: approx Tacao. HEX triplet: F1, AA and 72. RGB value is (241,170,114). Sum of RGB (Red+Green+Blue) = 241+170+114=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AA72 is #0E558D. Grayscale: #B9B9B9. Windows color (decimal): -939406 or 7514865. OLE color: 7514865.

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

Color convert

RGB241170114-
CMYK00.290.530.05
HSL26.46º81.94%69.61%-
HSV(B)26.46º52.7%94.51%-
XYZ53.6948.6722.48-
YUV184.8488.02168.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 114 (44.92% from 255) = 21.71%
R=45.90%
G=32.38%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117011400.290.530.0526.4681.9469.61
HexF1AA7201D3551a5246
Octal36125216203565532122106
Binary111100011010101011100100111011101011011101010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AA72; }

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

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

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

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

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

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

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

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