#F1AE85

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

Shades of Tacao #F1AE85

Tints of Tacao #F1AE85

Color information

#F1AE85 (or 0xF1AE85) is unknown color: approx Tacao. HEX triplet: F1, AE and 85. RGB value is (241,174,133). Sum of RGB (Red+Green+Blue) = 241+174+133=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AE85 is #0E517A. Grayscale: #BDBDBD. Windows color (decimal): -938363 or 8761073. OLE color: 8761073.

HSL color Cylindrical-coordinate representation of color #F1AE85: hue angle of 22.78º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1AE85 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB241174133-
CMYK00.280.450.05
HSL22.78º79.41%73.33%-
HSV(B)22.78º44.81%94.51%-
XYZ55.6550.6729.04-
YUV189.3696.2164.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.98%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 133 (52.34% from 255) = 24.27%
R=43.98%
G=31.75%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117413300.280.450.0522.7879.4173.33
HexF1AE8501C2D5174f49
Octal36125620503455527117111
Binary1111000110101110100001010111001011011011011110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AE85; }

 p { color: rgb(241,174,133); }

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

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

 a { background-color: rgb(241,174,133); }

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

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

 span { border-color: rgb(241,174,133); }

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