#F6AE78

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

Shades of Tacao #F6AE78

Tints of Tacao #F6AE78

Color information

#F6AE78 (or 0xF6AE78) is unknown color: approx Tacao. HEX triplet: F6, AE and 78. RGB value is (246,174,120). Sum of RGB (Red+Green+Blue) = 246+174+120=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AE78 is #095187. Grayscale: #BDBDBD. Windows color (decimal): -610696 or 7909110. OLE color: 7909110.

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

Color convert

RGB246174120-
CMYK00.290.510.04
HSL25.71º87.5%71.76%-
HSV(B)25.71º51.22%96.47%-
XYZ56.5351.2224.68-
YUV189.3788.85168.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.56%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 120 (47.27% from 255) = 22.22%
R=45.56%
G=32.22%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617412000.290.510.0425.7187.571.76
HexF6AE7801D3341a5848
Octal36625617003563432130110
Binary111101101010111011110000111011100111001101010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE78; }

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

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

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

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

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

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

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

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