#F6AC72

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

Shades of Tacao #F6AC72

Tints of Tacao #F6AC72

Color information

#F6AC72 (or 0xF6AC72) is unknown color: approx Tacao. HEX triplet: F6, AC and 72. RGB value is (246,172,114). Sum of RGB (Red+Green+Blue) = 246+172+114=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AC72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AC72 is #09538D. Grayscale: #BBBBBB. Windows color (decimal): -611214 or 7515382. OLE color: 7515382.

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

Color convert

RGB246172114-
CMYK00.300.540.04
HSL26.36º88%70.59%-
HSV(B)26.36º53.66%96.47%-
XYZ55.850.3122.69-
YUV187.5186.52169.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.24%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 114 (44.92% from 255) = 21.43%
R=46.24%
G=32.33%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617211400.300.540.0426.368870.59
HexF6AC7201E3641a5847
Octal36625416203666432130107
Binary111101101010110011100100111101101101001101010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AC72; }

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

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

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

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

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

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

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

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