#F1AA7B

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

Shades of Tacao #F1AA7B

Tints of Tacao #F1AA7B

Color information

#F1AA7B (or 0xF1AA7B) is unknown color: approx Tacao. HEX triplet: F1, AA and 7B. RGB value is (241,170,123). Sum of RGB (Red+Green+Blue) = 241+170+123=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AA7B is #0E5584. Grayscale: #BABABA. Windows color (decimal): -939397 or 8104689. OLE color: 8104689.

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

Color convert

RGB241170123-
CMYK00.290.490.05
HSL23.9º80.82%71.37%-
HSV(B)23.9º48.96%94.51%-
XYZ54.2348.8825.32-
YUV185.8792.52167.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 123 (48.44% from 255) = 23.03%
R=45.13%
G=31.84%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117012300.290.490.0523.980.8271.37
HexF1AA7B01D315185147
Octal36125217303561530121107
Binary111100011010101011110110111011100011011100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AA7B; }

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

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

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

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

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

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

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

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