#FDAB79

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

Shades of Tacao #FDAB79

Tints of Tacao #FDAB79

Color information

#FDAB79 (or 0xFDAB79) is unknown color: approx Tacao. HEX triplet: FD, AB and 79. RGB value is (253,171,121). Sum of RGB (Red+Green+Blue) = 253+171+121=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 121 (47.66% from 255 or 22.20% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB79 is #025486. Grayscale: #BEBEBE. Windows color (decimal): -152711 or 7973885. OLE color: 7973885.

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

Color convert

RGB253171121-
CMYK00.320.520.01
HSL22.73º97.06%73.33%-
HSV(B)22.73º52.17%99.22%-
XYZ58.5251.3924.92-
YUV189.8289.17173.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.42%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 121 (47.66% from 255) = 22.20%
R=46.42%
G=31.38%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317112100.320.520.0122.7397.0673.33
HexFDAB79020341176149
Octal37525317104064127141111
Binary11111101101010111111001010000011010011011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAB79; }

 p { color: rgb(253,171,121); }

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

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

 a { background-color: rgb(253,171,121); }

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

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

 span { border-color: rgb(253,171,121); }

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