#F6AE7D

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

Shades of Tacao #F6AE7D

Tints of Tacao #F6AE7D

Color information

#F6AE7D (or 0xF6AE7D) is unknown color: approx Tacao. HEX triplet: F6, AE and 7D. RGB value is (246,174,125). Sum of RGB (Red+Green+Blue) = 246+174+125=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AE7D is #095182. Grayscale: #BEBEBE. Windows color (decimal): -610691 or 8236790. OLE color: 8236790.

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

Color convert

RGB246174125-
CMYK00.290.490.04
HSL24.3º87.05%72.75%-
HSV(B)24.3º49.19%96.47%-
XYZ56.8451.3526.32-
YUV189.9491.35167.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.14%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 125 (49.22% from 255) = 22.94%
R=45.14%
G=31.93%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617412500.290.490.0424.387.0572.75
HexF6AE7D01D314185749
Octal36625617503561430127111
Binary111101101010111011111010111011100011001100010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE7D; }

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

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

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

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

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

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

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

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