#F6AE72

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

Shades of Tacao #F6AE72

Tints of Tacao #F6AE72

Color information

#F6AE72 (or 0xF6AE72) is unknown color: approx Tacao. HEX triplet: F6, AE and 72. RGB value is (246,174,114). Sum of RGB (Red+Green+Blue) = 246+174+114=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AE72 is #09518D. Grayscale: #BCBCBC. Windows color (decimal): -610702 or 7515894. OLE color: 7515894.

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

Color convert

RGB246174114-
CMYK00.290.540.04
HSL27.27º88%70.59%-
HSV(B)27.27º53.66%96.47%-
XYZ56.1851.0822.82-
YUV188.6985.85168.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.07%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=46.07%
G=32.58%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617411400.290.540.0427.278870.59
HexF6AE7201D3641b5847
Octal36625616203566433130107
Binary111101101010111011100100111011101101001101110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE72; }

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

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

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

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

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

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

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

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