#FDAA7C

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

Shades of Tacao #FDAA7C

Tints of Tacao #FDAA7C

Color information

#FDAA7C (or 0xFDAA7C) is unknown color: approx Tacao. HEX triplet: FD, AA and 7C. RGB value is (253,170,124). Sum of RGB (Red+Green+Blue) = 253+170+124=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAA7C is #025583. Grayscale: #BDBDBD. Windows color (decimal): -152964 or 8170237. OLE color: 8170237.

HSL color Cylindrical-coordinate representation of color #FDAA7C: hue angle of 21.4º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDAA7C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB253170124-
CMYK00.330.510.01
HSL21.4º96.99%73.92%-
HSV(B)21.4º50.99%99.22%-
XYZ58.5251.0925.85-
YUV189.5791173.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.25%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 124 (48.83% from 255) = 22.67%
R=46.25%
G=31.08%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317012400.330.510.0121.496.9973.92
HexFDAA7C02133115614a
Octal37525217404163125141112
Binary11111101101010101111100010000111001111010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAA7C; }

 p { color: rgb(253,170,124); }

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

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

 a { background-color: rgb(253,170,124); }

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

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

 span { border-color: rgb(253,170,124); }

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