#FBAA76

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

Shades of Tacao #FBAA76

Tints of Tacao #FBAA76

Color information

#FBAA76 (or 0xFBAA76) is unknown color: approx Tacao. HEX triplet: FB, AA and 76. RGB value is (251,170,118). Sum of RGB (Red+Green+Blue) = 251+170+118=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAA76 is #045589. Grayscale: #BCBCBC. Windows color (decimal): -284042 or 7777019. OLE color: 7777019.

HSL color Cylindrical-coordinate representation of color #FBAA76: hue angle of 23.46º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBAA76 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB251170118-
CMYK00.320.530.02
HSL23.46º94.33%72.35%-
HSV(B)23.46º52.99%98.43%-
XYZ57.4350.5723.87-
YUV188.2988.34172.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.57%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 118 (46.48% from 255) = 21.89%
R=46.57%
G=31.54%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117011800.320.530.0223.4694.3372.35
HexFBAA76020352175e48
Octal37325216604065227136110
Binary111110111010101011101100100000110101101011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAA76; }

 p { color: rgb(251,170,118); }

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

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

 a { background-color: rgb(251,170,118); }

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

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

 span { border-color: rgb(251,170,118); }

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