#F6B076

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

Shades of Tacao #F6B076

Tints of Tacao #F6B076

Color information

#F6B076 (or 0xF6B076) is unknown color: approx Tacao. HEX triplet: F6, B0 and 76. RGB value is (246,176,118). Sum of RGB (Red+Green+Blue) = 246+176+118=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B076 is #094F89. Grayscale: #BEBEBE. Windows color (decimal): -610186 or 7778550. OLE color: 7778550.

HSL color Cylindrical-coordinate representation of color #F6B076: hue angle of 27.19º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6B076 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB246176118-
CMYK00.280.520.04
HSL27.19º87.67%71.37%-
HSV(B)27.19º52.03%96.47%-
XYZ56.851.9524.17-
YUV190.3287.19167.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.56%
GREEN value IS 176 (69.14% from 255) = 32.59%
BLUE value IS 118 (46.48% from 255) = 21.85%
R=45.56%
G=32.59%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617611800.280.520.0427.1987.6771.37
HexF6B07601C3441b5847
Octal36626016603464433130107
Binary111101101011000011101100111001101001001101110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B076; }

 p { color: rgb(246,176,118); }

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

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

 a { background-color: rgb(246,176,118); }

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

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

 span { border-color: rgb(246,176,118); }

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