#F1B185

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

Shades of Tacao #F1B185

Tints of Tacao #F1B185

Color information

#F1B185 (or 0xF1B185) is unknown color: approx Tacao. HEX triplet: F1, B1 and 85. RGB value is (241,177,133). Sum of RGB (Red+Green+Blue) = 241+177+133=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B185 is #0E4E7A. Grayscale: #BFBFBF. Windows color (decimal): -937595 or 8761841. OLE color: 8761841.

HSL color Cylindrical-coordinate representation of color #F1B185: hue angle of 24.44º 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 #F1B185 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB241177133-
CMYK00.270.450.05
HSL24.44º79.41%73.33%-
HSV(B)24.44º44.81%94.51%-
XYZ56.2351.8429.23-
YUV191.1295.2163.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 133 (52.34% from 255) = 24.14%
R=43.74%
G=32.12%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117713300.270.450.0524.4479.4173.33
HexF1B18501B2D5184f49
Octal36126120503355530117111
Binary1111000110110001100001010110111011011011100010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B185; }

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

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

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

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

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

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

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

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