#F6AA78

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

Shades of Tacao #F6AA78

Tints of Tacao #F6AA78

Color information

#F6AA78 (or 0xF6AA78) is unknown color: approx Tacao. HEX triplet: F6, AA and 78. RGB value is (246,170,120). Sum of RGB (Red+Green+Blue) = 246+170+120=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AA78 is #095587. Grayscale: #BBBBBB. Windows color (decimal): -611720 or 7908086. OLE color: 7908086.

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

Color convert

RGB246170120-
CMYK00.310.510.04
HSL23.81º87.5%71.76%-
HSV(B)23.81º51.22%96.47%-
XYZ55.7749.724.42-
YUV187.0290.18170.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.90%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 120 (47.27% from 255) = 22.39%
R=45.90%
G=31.72%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617012000.310.510.0423.8187.571.76
HexF6AA7801F334185848
Octal36625217003763430130110
Binary111101101010101011110000111111100111001100010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AA78; }

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

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

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

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

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

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

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

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