#F2B185

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

Shades of Tacao #F2B185

Tints of Tacao #F2B185

Color information

#F2B185 (or 0xF2B185) is unknown color: approx Tacao. HEX triplet: F2, B1 and 85. RGB value is (242,177,133). Sum of RGB (Red+Green+Blue) = 242+177+133=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B185 is #0D4E7A. Grayscale: #BFBFBF. Windows color (decimal): -872059 or 8761842. OLE color: 8761842.

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

Color convert

RGB242177133-
CMYK00.270.450.05
HSL24.22º80.74%73.53%-
HSV(B)24.22º45.04%94.9%-
XYZ56.5752.0129.25-
YUV191.4295.03164.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.84%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=43.84%
G=32.07%
B=24.09%

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
Decimal24217713300.270.450.0524.2280.7473.53
HexF2B18501B2D518514a
Octal36226120503355530121112
Binary1111001010110001100001010110111011011011100010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B185; }

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

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

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

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

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

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

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

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