#F1B286

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

Shades of Tacao #F1B286

Tints of Tacao #F1B286

Color information

#F1B286 (or 0xF1B286) is unknown color: approx Tacao. HEX triplet: F1, B2 and 86. RGB value is (241,178,134). Sum of RGB (Red+Green+Blue) = 241+178+134=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B286 is #0E4D79. Grayscale: #C0C0C0. Windows color (decimal): -937338 or 8827633. OLE color: 8827633.

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

Color convert

RGB241178134-
CMYK00.260.440.05
HSL24.67º79.26%73.53%-
HSV(B)24.67º44.4%94.51%-
XYZ56.552.2629.66-
YUV191.8295.37163.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 134 (52.73% from 255) = 24.23%
R=43.58%
G=32.19%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117813400.260.440.0524.6779.2673.53
HexF1B28601A2C5194f4a
Octal36126220603254531117112
Binary1111000110110010100001100110101011001011100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B286; }

 p { color: rgb(241,178,134); }

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

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

 a { background-color: rgb(241,178,134); }

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

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

 span { border-color: rgb(241,178,134); }

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