#F0B082

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

Shades of Tacao #F0B082

Tints of Tacao #F0B082

Color information

#F0B082 (or 0xF0B082) is unknown color: approx Tacao. HEX triplet: F0, B0 and 82. RGB value is (240,176,130). Sum of RGB (Red+Green+Blue) = 240+176+130=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B082 is #0F4F7D. Grayscale: #BEBEBE. Windows color (decimal): -1003390 or 8564976. OLE color: 8564976.

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

Color convert

RGB240176130-
CMYK00.270.460.06
HSL25.09º78.57%72.55%-
HSV(B)25.09º45.83%94.12%-
XYZ55.4951.1928.07-
YUV189.8994.2163.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.96%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 130 (51.17% from 255) = 23.81%
R=43.96%
G=32.23%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017613000.270.460.0625.0978.5772.55
HexF0B08201B2E6194f49
Octal36026020203356631117111
Binary1111000010110000100000100110111011101101100110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B082; }

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

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

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

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

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

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

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

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