#F0B086

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

Shades of Tacao #F0B086

Tints of Tacao #F0B086

Color information

#F0B086 (or 0xF0B086) is unknown color: approx Tacao. HEX triplet: F0, B0 and 86. RGB value is (240,176,134). Sum of RGB (Red+Green+Blue) = 240+176+134=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B086 is #0F4F79. Grayscale: #BEBEBE. Windows color (decimal): -1003386 or 8827120. OLE color: 8827120.

HSL color Cylindrical-coordinate representation of color #F0B086: hue angle of 23.77º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0B086 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240176134-
CMYK00.270.440.06
HSL23.77º77.94%73.33%-
HSV(B)23.77º44.17%94.12%-
XYZ55.7651.329.52-
YUV190.3596.2163.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 176 (69.14% from 255) = 32%
BLUE value IS 134 (52.73% from 255) = 24.36%
R=43.64%
G=32%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017613400.270.440.0623.7777.9473.33
HexF0B08601B2C6184e49
Octal36026020603354630116111
Binary1111000010110000100001100110111011001101100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B086; }

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

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

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

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

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

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

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

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