#F6AE80

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

Shades of Tacao #F6AE80

Tints of Tacao #F6AE80

Color information

#F6AE80 (or 0xF6AE80) is unknown color: approx Tacao. HEX triplet: F6, AE and 80. RGB value is (246,174,128). Sum of RGB (Red+Green+Blue) = 246+174+128=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AE80 is #09517F. Grayscale: #BEBEBE. Windows color (decimal): -610688 or 8433398. OLE color: 8433398.

HSL color Cylindrical-coordinate representation of color #F6AE80: hue angle of 23.39º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6AE80 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246174128-
CMYK00.290.480.04
HSL23.39º86.76%73.33%-
HSV(B)23.39º47.97%96.47%-
XYZ57.0451.4227.34-
YUV190.2892.85167.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.89%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 128 (50.39% from 255) = 23.36%
R=44.89%
G=31.75%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617412800.290.480.0423.3986.7673.33
HexF6AE8001D304175749
Octal36625620003560427127111
Binary1111011010101110100000000111011100001001011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE80; }

 p { color: rgb(246,174,128); }

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

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

 a { background-color: rgb(246,174,128); }

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

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

 span { border-color: rgb(246,174,128); }

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