#F6AA76

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

Shades of Tacao #F6AA76

Tints of Tacao #F6AA76

Color information

#F6AA76 (or 0xF6AA76) is unknown color: approx Tacao. HEX triplet: F6, AA and 76. RGB value is (246,170,118). Sum of RGB (Red+Green+Blue) = 246+170+118=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AA76 is #095589. Grayscale: #BBBBBB. Windows color (decimal): -611722 or 7777014. OLE color: 7777014.

HSL color Cylindrical-coordinate representation of color #F6AA76: hue angle of 24.38º 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 #F6AA76 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB246170118-
CMYK00.310.520.04
HSL24.38º87.67%71.37%-
HSV(B)24.38º52.03%96.47%-
XYZ55.6549.6523.79-
YUV186.889.18170.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.07%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 118 (46.48% from 255) = 22.10%
R=46.07%
G=31.84%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617011800.310.520.0424.3887.6771.37
HexF6AA7601F344185847
Octal36625216603764430130107
Binary111101101010101011101100111111101001001100010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AA76; }

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

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

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

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

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

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

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

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