#F9B086

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

Shades of Tacao #F9B086

Tints of Tacao #F9B086

Color information

#F9B086 (or 0xF9B086) is unknown color: approx Tacao. HEX triplet: F9, B0 and 86. RGB value is (249,176,134). Sum of RGB (Red+Green+Blue) = 249+176+134=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 134 (52.73% from 255 or 23.97% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9B086 is #064F79. Grayscale: #C1C1C1. Windows color (decimal): -413562 or 8827129. OLE color: 8827129.

HSL color Cylindrical-coordinate representation of color #F9B086: hue angle of 21.91º 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 #F9B086 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB249176134-
CMYK00.290.460.02
HSL21.91º90.55%75.1%-
HSV(B)21.91º46.18%97.65%-
XYZ58.952.9129.66-
YUV193.0494.68167.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.54%
GREEN value IS 176 (69.14% from 255) = 31.48%
BLUE value IS 134 (52.73% from 255) = 23.97%
R=44.54%
G=31.48%
B=23.97%

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
Decimal24917613400.290.460.0221.9190.5575.1
HexF9B08601D2E2165b4b
Octal37126020603556226133113
Binary111110011011000010000110011101101110101011010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B086; }

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

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

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

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

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

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

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

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