#F6AC80

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

Shades of Tacao #F6AC80

Tints of Tacao #F6AC80

Color information

#F6AC80 (or 0xF6AC80) is unknown color: approx Tacao. HEX triplet: F6, AC and 80. RGB value is (246,172,128). Sum of RGB (Red+Green+Blue) = 246+172+128=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AC80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AC80 is #09537F. Grayscale: #BDBDBD. Windows color (decimal): -611200 or 8432886. OLE color: 8432886.

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

Color convert

RGB246172128-
CMYK00.300.480.04
HSL22.37º86.76%73.33%-
HSV(B)22.37º47.97%96.47%-
XYZ56.6550.6627.21-
YUV189.1193.52168.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.05%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=45.05%
G=31.50%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617212800.300.480.0422.3786.7673.33
HexF6AC8001E304165749
Octal36625420003660426127111
Binary1111011010101100100000000111101100001001011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AC80; }

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

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

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

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

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

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

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

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