#f5aa6d

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

Shades of Tacao #F5AA6D

Tints of Tacao #F5AA6D

Color information

#F5AA6D (or 0xF5AA6D) is unknown color: approx Tacao. HEX triplet: F5, AA and 6D. RGB value is (245,170,109). Sum of RGB (Red+Green+Blue) = 245+170+109=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AA6D is #0A5592. Grayscale: #B9B9B9. Windows color (decimal): -677267 or 7187189. OLE color: 7187189.

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

Color convert

RGB245170109-
CMYK00.310.560.04
HSL26.91º87.18%69.41%-
HSV(B)26.91º55.51%96.08%-
XYZ54.7949.2721.09-
YUV185.4784.85170.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.76%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 109 (42.97% from 255) = 20.80%
R=46.76%
G=32.44%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517010900.310.560.0426.9187.1869.41
HexF5AA6D01F3841b5745
Octal36525215503770433127105
Binary111101011010101011011010111111110001001101110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5aa6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5aa6d; }

 p { color: rgb(245,170,109); }

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

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

 a { background-color: rgb(245,170,109); }

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

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

 span { border-color: rgb(245,170,109); }

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