#F2B186

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

Shades of Tacao #F2B186

Tints of Tacao #F2B186

Color information

#F2B186 (or 0xF2B186) is unknown color: approx Tacao. HEX triplet: F2, B1 and 86. RGB value is (242,177,134). Sum of RGB (Red+Green+Blue) = 242+177+134=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B186 is #0D4E79. Grayscale: #BFBFBF. Windows color (decimal): -872058 or 8827378. OLE color: 8827378.

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

Color convert

RGB242177134-
CMYK00.270.450.05
HSL23.89º80.6%73.73%-
HSV(B)23.89º44.63%94.9%-
XYZ56.6452.0429.61-
YUV191.5395.53164-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 134 (52.73% from 255) = 24.23%
R=43.76%
G=32.01%
B=24.23%

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
Decimal24217713400.270.450.0523.8980.673.73
HexF2B18601B2D518514a
Octal36226120603355530121112
Binary1111001010110001100001100110111011011011100010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B186; }

 p { color: rgb(242,177,134); }

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

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

 a { background-color: rgb(242,177,134); }

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

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

 span { border-color: rgb(242,177,134); }

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