#F9B286

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

Shades of Tacao #F9B286

Tints of Tacao #F9B286

Color information

#F9B286 (or 0xF9B286) is unknown color: approx Tacao. HEX triplet: F9, B2 and 86. RGB value is (249,178,134). Sum of RGB (Red+Green+Blue) = 249+178+134=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9B286 is #064D79. Grayscale: #C2C2C2. Windows color (decimal): -413050 or 8827641. OLE color: 8827641.

HSL color Cylindrical-coordinate representation of color #F9B286: hue angle of 22.96º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F9B286 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB249178134-
CMYK00.290.460.02
HSL22.96º90.55%75.1%-
HSV(B)22.96º46.18%97.65%-
XYZ59.2953.729.79-
YUV194.2194.02167.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.39%
GREEN value IS 178 (69.92% from 255) = 31.73%
BLUE value IS 134 (52.73% from 255) = 23.89%
R=44.39%
G=31.73%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917813400.290.460.0222.9690.5575.1
HexF9B28601D2E2175b4b
Octal37126220603556227133113
Binary111110011011001010000110011101101110101011110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B286; }

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

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

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

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

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

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

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

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